]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/layouts/_header.html.erb
Refactor to show the Issues link based on the calculated permissions
[rails.git] / app / views / layouts / _header.html.erb
index e17c6a77be4cdfff11fc6444cdae7292b53515a4..946f95febf22f23aee9ba1391a70c2ab247be514 100644 (file)
@@ -54,7 +54,7 @@
       <li id="compact-secondary-nav" class="dropdown">
         <a class="dropdown-toggle" data-toggle="dropdown" href="#"><%= t 'layouts.more' %> <b class="caret"></b></a>
         <ul class="dropdown-menu">
-          <% if current_user and ( current_user.administrator? or current_user.moderator? ) %>
+          <% if can? :index, Issue %>
             <li class="<%= current_page_class(issues_path) %>">
               <%= link_to issues_path(:status => 'open') do %>
                 <%= open_issues_count %>