]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/layouts/_header.html.erb
Show count of open issues in the header
[rails.git] / app / views / layouts / _header.html.erb
index 8411fefdb71a8f5316c6d5b0adad0a9df9ceeea0..862e5bb27821ea64eb0f854231b40908792ab3bf 100644 (file)
   </nav>
   <nav class='secondary'>
     <ul>
+      <% if current_user and ( current_user.administrator? or current_user.moderator? ) %>
+        <li class="compact-hide <%= current_page_class(issues_path) %>">
+          <%= link_to issues_path(:status => 'open') do %>
+            <%= t('layouts.issues') %>
+            <%= open_issues_count %>
+          <% end -%>
+        </li>
+      <% end %>
       <li class="compact-hide <%= current_page_class(traces_path) %>"><%= link_to t('layouts.gps_traces'), traces_path %></li>
       <li class="compact-hide <%= current_page_class(diary_path) %>"><%= link_to t('layouts.user_diaries'), diary_path %></li>
       <li class="compact-hide <%= current_page_class(copyright_path) %>"><%= link_to t('layouts.copyright'), copyright_path %></li>