Revision 768:0829e808ec49 vendor/plugins/redmine_tags/app
| vendor/plugins/redmine_tags/app/views/projects/index.rhtml | ||
|---|---|---|
| 1 | 1 |
<% content_for :header_tags do %> |
| 2 | 2 |
<%= auto_discovery_link_tag(:atom, {:action => 'index', :format => 'atom', :key => User.current.rss_key}) %>
|
| 3 | 3 |
<% end %> |
| 4 |
<%= javascript_include_tag 'projects_index', :plugin => 'redmine_tags' %> |
|
| 5 |
|
|
| 4 | 6 |
|
| 5 | 7 |
<div class="contextual"> |
| 6 | 8 |
<%= link_to l(:label_overall_activity), { :controller => 'activities', :action => 'index' }%>
|
| ... | ... | |
| 17 | 19 |
|
| 18 | 20 |
<div style="clear:both;"></div> |
| 19 | 21 |
<% form_tag(:controller => :projects, :action => :index, :method => :get, :id => :project_filtering) do %> |
| 20 |
<fieldset id="filters" class="collapsible"> |
|
| 22 |
<fieldset id="filters" class="collapsible collapsed">
|
|
| 21 | 23 |
<legend onclick="toggleFieldset(this);"><%= l(:label_filter_plural) %></legend> |
| 24 |
<div style="display: none;"> |
|
| 22 | 25 |
<div> |
| 23 | 26 |
<p class='q'> |
| 24 | 27 |
<%= label_tag 'q', l('project_filtering_q_label') %>
|
Also available in: Unified diff