# HG changeset patch # User Chris Cannam # Date 1331043652 0 # Node ID b10c4203c03c5f8cedbe808d346a83bfcbda1297 # Parent b03f28dd902604f0f57668f6de9c95432c97c073 Restore two files mysteriously deleted from e39b2060aba1 diff -r b03f28dd9026 -r b10c4203c03c vendor/plugins/redmine_tags/app/views/projects/_filtered_projects.rhtml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vendor/plugins/redmine_tags/app/views/projects/_filtered_projects.rhtml Tue Mar 06 14:20:52 2012 +0000 @@ -0,0 +1,7 @@ +<% if @projects.empty? %> +
<%= l(:project_filter_no_results) %>
+<% else %> +<%= render_project_table_with_filtering(@projects, @question) %> +<% end %> + +<%= pagination_links_full @project_pages, @project_count %>
diff -r b03f28dd9026 -r b10c4203c03c vendor/plugins/redmine_tags/app/views/projects/_my_projects.rhtml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vendor/plugins/redmine_tags/app/views/projects/_my_projects.rhtml Tue Mar 06 14:20:52 2012 +0000 @@ -0,0 +1,17 @@ +<% if !@user_projects.empty? %> +<% if @myproj_status=="true" %> +