Feature #506
Add reports to top menu
| Status: | New | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% | |
| Category: | - | |||
| Target version: | - | |||
| 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