Actions
Feature #506
openAdd reports to top menu
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Description
Would it be possible to add the below code to /base.rhtml?
Just a small link for admins just to get to the reporting area quicker!
<%= link_to l(:Reports), { :controller => 'issues' }, :class => 'admin' if User.current.admin? %>
Cheers
Actions