Hide notifications link until we take out queries from it
This commit is contained in:
parent
427cf18324
commit
a64fa0839f
1 changed files with 3 additions and 3 deletions
|
|
@ -44,7 +44,7 @@
|
||||||
= link_for_aspect aspect
|
= link_for_aspect aspect
|
||||||
%li
|
%li
|
||||||
= link_to '+', '#add_aspect_pane', :class => "add_aspect_button", :title => t('aspects.manage.add_a_new_aspect')
|
= link_to '+', '#add_aspect_pane', :class => "add_aspect_button", :title => t('aspects.manage.add_a_new_aspect')
|
||||||
= link_to "notifications (#{@notification_count})", notifications_path
|
/= link_to "notifications (#{@notification_count})", notifications_path
|
||||||
|
|
||||||
.fancybox_content
|
.fancybox_content
|
||||||
#add_aspect_pane
|
#add_aspect_pane
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue