You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_sidebar.rhtml 679B

1234567891011121314
  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. <%= link_to l(:label_change_log), :controller => 'projects', :action => 'changelog', :id => @project %>
  6. <% end %>
  7. <% unless sidebar_queries.empty? -%>
  8. <h3><%= l(:label_query_plural) %></h3>
  9. <% sidebar_queries.each do |query| -%>
  10. <%= link_to query.name, :controller => 'issues', :action => 'index', :project_id => @project, :query_id => query %><br />
  11. <% end -%>
  12. <% end -%>