Mercurial > hg > soundsoftware-site
changeset 921:39c318bf7263 cannam_integration
Rename the just-restored files as well
author | Chris Cannam |
---|---|
date | Tue, 06 Mar 2012 14:21:25 +0000 |
parents | b10c4203c03c |
children | 18beae6cb226 |
files | vendor/plugins/redmine_tags/app/views/projects/_filtered_projects.html.erb vendor/plugins/redmine_tags/app/views/projects/_filtered_projects.rhtml vendor/plugins/redmine_tags/app/views/projects/_my_projects.html.erb vendor/plugins/redmine_tags/app/views/projects/_my_projects.rhtml |
diffstat | 4 files changed, 24 insertions(+), 24 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vendor/plugins/redmine_tags/app/views/projects/_filtered_projects.html.erb Tue Mar 06 14:21:25 2012 +0000 @@ -0,0 +1,7 @@ +<% if @projects.empty? %> +<p><b><%= l(:project_filter_no_results) %></b></p> +<% else %> +<%= render_project_table_with_filtering(@projects, @question) %> +<% end %> + +<p class="pagination"><%= pagination_links_full @project_pages, @project_count %></p>
--- a/vendor/plugins/redmine_tags/app/views/projects/_filtered_projects.rhtml Tue Mar 06 14:20:52 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,7 +0,0 @@ -<% if @projects.empty? %> -<p><b><%= l(:project_filter_no_results) %></b></p> -<% else %> -<%= render_project_table_with_filtering(@projects, @question) %> -<% end %> - -<p class="pagination"><%= pagination_links_full @project_pages, @project_count %></p>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vendor/plugins/redmine_tags/app/views/projects/_my_projects.html.erb Tue Mar 06 14:21:25 2012 +0000 @@ -0,0 +1,17 @@ +<% if !@user_projects.empty? %> +<% if @myproj_status=="true" %> +<fieldset id="my_projects_fieldset" class="collapsible"> + <legend onclick="toggleFieldsetWithState(this);"><h2><%= l(:label_my_project_plural) %></h2></legend> +<% else %> +<fieldset id="my_projects_fieldset" class="collapsible collapsed"> + <legend onclick="toggleFieldsetWithState(this);"><h2><%= l(:label_my_project_plural) %></h2></legend> + <div style="display: none;"> +<% end %> + <div> + <%= render_my_project_hierarchy_with_tags(@user_projects)%> + </div> + <% unless @myproj_status=="true" %> + </div> + <%- end -%> +</fieldset> +<% end %>
--- a/vendor/plugins/redmine_tags/app/views/projects/_my_projects.rhtml Tue Mar 06 14:20:52 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,17 +0,0 @@ -<% if !@user_projects.empty? %> -<% if @myproj_status=="true" %> -<fieldset id="my_projects_fieldset" class="collapsible"> - <legend onclick="toggleFieldsetWithState(this);"><h2><%= l(:label_my_project_plural) %></h2></legend> -<% else %> -<fieldset id="my_projects_fieldset" class="collapsible collapsed"> - <legend onclick="toggleFieldsetWithState(this);"><h2><%= l(:label_my_project_plural) %></h2></legend> - <div style="display: none;"> -<% end %> - <div> - <%= render_my_project_hierarchy_with_tags(@user_projects)%> - </div> - <% unless @myproj_status=="true" %> - </div> - <%- end -%> -</fieldset> -<% end %>