Folder notification icon doesnt work - a keying mistake

This commit is contained in:
Karel Picman 2016-03-02 09:42:59 +01:00
parent 1fddd2a3f5
commit 6355882a27

View File

@ -46,7 +46,7 @@
:title => l(:title_lock_folder), :class => 'icon icon-dmsf-lock') %>
<% end %>
<% end %>
<% if !@locked_for_user && ((@folder && @folder.notification) || (!@filder && @project.dmsf_notification)) %>
<% if !@locked_for_user && ((@folder && @folder.notification) || (!@folder && @project.dmsf_notification)) %>
<%= link_to(l(:label_notifications_off),
notify_deactivate_dmsf_path(:id => @project, :folder_id => @folder),
:title => l(:title_notifications_active_deactivate),