Adds notification menu and message for empty notifications

This commit is contained in:
Alberto Garcia Cabeza
2016-06-15 21:00:56 +02:00
parent 017ccfb378
commit dd7629b5af
5 changed files with 10 additions and 13 deletions

View File

@@ -124,10 +124,8 @@
<% end %>
<div class="tabs-content" data-tabs-content="example-tabs">
<% if @notifications.present? %>
<%= render "proposals/filter_subnav" %>
<%= render "proposals/notifications" %>
<% end %>
<%= render "proposals/filter_subnav" %>
<%= render "proposals/notifications" %>
<div class="tabs-panel is-active" id="tab-comments">
<%= render "proposals/comments" %>