# HG changeset patch # User Chris Cannam # Date 1358937936 0 # Node ID 7a848374757bb7b4adf3b9d5f88df7dfefab0ff2 # Parent 99fa295c1df2a0c51b18bdcf3e9b954641f984ad Override "My Projects" partial as used in My Page so as to show tags; ensure tags stylesheet is included diff -r 99fa295c1df2 -r 7a848374757b app/views/my/page.html.erb --- a/app/views/my/page.html.erb Tue Jan 22 16:10:53 2013 +0000 +++ b/app/views/my/page.html.erb Wed Jan 23 10:45:36 2013 +0000 @@ -1,3 +1,7 @@ +<% content_for :header_tags do %> + <%= stylesheet_link_tag 'redmine_tags', :plugin => 'redmine_tags' %> +<% end %> +
<%= link_to l(:label_personalize_page), :action => 'page_layout' %> <%= '| ' + link_to(l(:label_project_new), {:controller => 'projects', :action => 'new'}, :class => 'icon icon-add') if User.current.allowed_to?(:add_project, nil, :global => true) %> diff -r 99fa295c1df2 -r 7a848374757b vendor/plugins/redmine_tags/app/views/projects/_my.html.erb --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vendor/plugins/redmine_tags/app/views/projects/_my.html.erb Wed Jan 23 10:45:36 2013 +0000 @@ -0,0 +1,1 @@ +<%= render_my_project_hierarchy_with_tags(@user_projects) %>