Mercurial > hg > soundsoftware-site
changeset 1197:ba189cfe5aaf cannam
Merge
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Wed, 23 Jan 2013 10:45:47 +0000 |
parents | 7a848374757b (diff) 7f94e4180a2f (current diff) |
children | 6a7198536816 |
files | |
diffstat | 2 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/app/views/my/page.html.erb Tue Jan 22 17:11:01 2013 +0000 +++ b/app/views/my/page.html.erb Wed Jan 23 10:45:47 2013 +0000 @@ -1,3 +1,7 @@ +<% content_for :header_tags do %> + <%= stylesheet_link_tag 'redmine_tags', :plugin => 'redmine_tags' %> +<% end %> + <div class="contextual"> <%= 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) %>