Project

General

Profile

Patch #11492 ยป 0005-Added-view_projects_index_activity_menu-hook.patch

Alex Shulgin, 2012-07-24 13:38

View differences:

app/views/projects/index.html.erb
6 6
    <%= link_to(l(:label_project_new), {:controller => 'projects', :action => 'new'}, :class => 'icon icon-add') + ' |' if User.current.allowed_to?(:add_project, nil, :global => true) %>
7 7
    <%= link_to(l(:label_issue_view_all), { :controller => 'issues' }) + ' |' if User.current.allowed_to?(:view_issues, nil, :global => true) %>
8 8
    <%= link_to(l(:label_overall_spent_time), time_entries_path) + ' |' if User.current.allowed_to?(:view_time_entries, nil, :global => true) %>
9
    <%= call_hook(:view_projects_index_activity_menu) %>
9 10
    <%= link_to l(:label_overall_activity),
10 11
                { :controller => 'activities', :action => 'index',
11 12
                  :id => nil } %>
    (1-1/1)