Mercurial > hg > soundsoftware-site
comparison .svn/pristine/73/73cc7deed2a66a92247c7fd2195d9225d23d76b9.svn-base @ 1517:dffacf8a6908 redmine-2.5
Update to Redmine SVN revision 13367 on 2.5-stable branch
author | Chris Cannam |
---|---|
date | Tue, 09 Sep 2014 09:29:00 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1516:b450a9d58aed | 1517:dffacf8a6908 |
---|---|
1 <% content_for :header_tags do %> | |
2 <%= auto_discovery_link_tag(:atom, {:action => 'index', :format => 'atom', :key => User.current.rss_key}) %> | |
3 <% end %> | |
4 | |
5 <div class="contextual"> | |
6 <%= render_project_action_links %> | |
7 </div> | |
8 | |
9 <h2><%= l(:label_project_plural) %></h2> | |
10 | |
11 <div id="projects-index"> | |
12 <%= render_project_hierarchy(@projects) %> | |
13 </div> | |
14 | |
15 <% if User.current.logged? %> | |
16 <p style="text-align:right;"> | |
17 <span class="my-project"><%= l(:label_my_projects) %></span> | |
18 </p> | |
19 <% end %> | |
20 | |
21 <% other_formats_links do |f| %> | |
22 <%= f.link_to 'Atom', :url => {:key => User.current.rss_key} %> | |
23 <% end %> | |
24 | |
25 <% content_for :sidebar do %> | |
26 <%= form_tag({}, :method => :get) do %> | |
27 <h3><%= l(:label_project_plural) %></h3> | |
28 <label for="closed"><%= check_box_tag 'closed', 1, params[:closed] %> <%= l(:label_show_closed_projects) %></label> | |
29 <p><%= submit_tag l(:button_apply), :class => 'button-small', :name => nil %></p> | |
30 <% end %> | |
31 <% end %> | |
32 | |
33 <% html_title(l(:label_project_plural)) -%> |