Mercurial > hg > soundsoftware-site
comparison app/views/issues/.svn/text-base/_sidebar.rhtml.svn-base @ 0:513646585e45
* Import Redmine trunk SVN rev 3859
author | Chris Cannam |
---|---|
date | Fri, 23 Jul 2010 15:52:44 +0100 |
parents | |
children | 1d32c0a0efbf |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:513646585e45 |
---|---|
1 <h3><%= l(:label_issue_plural) %></h3> | |
2 <%= link_to l(:label_issue_view_all), { :controller => 'issues', :action => 'index', :project_id => @project, :set_filter => 1 } %><br /> | |
3 <% if @project %> | |
4 <%= link_to l(:field_summary), :controller => 'reports', :action => 'issue_report', :id => @project %><br /> | |
5 <% end %> | |
6 <%= call_hook(:view_issues_sidebar_issues_bottom) %> | |
7 | |
8 <% if User.current.allowed_to?(:view_calendar, @project, :global => true) %> | |
9 <%= link_to(l(:label_calendar), :controller => 'issues', :action => 'calendar', :project_id => @project) %><br /> | |
10 <% end %> | |
11 <% if User.current.allowed_to?(:view_gantt, @project, :global => true) %> | |
12 <%= link_to(l(:label_gantt), :controller => 'gantts', :action => 'show', :project_id => @project) %><br /> | |
13 <% end %> | |
14 <%= call_hook(:view_issues_sidebar_planning_bottom) %> | |
15 | |
16 <% unless sidebar_queries.empty? -%> | |
17 <h3><%= l(:label_query_plural) %></h3> | |
18 | |
19 <% sidebar_queries.each do |query| -%> | |
20 <%= link_to(h(query.name), :controller => 'issues', :action => 'index', :project_id => @project, :query_id => query) %><br /> | |
21 <% end -%> | |
22 <%= call_hook(:view_issues_sidebar_queries_bottom) %> | |
23 <% end -%> |