# HG changeset patch # User Chris Cannam # Date 1328014110 0 # Node ID 48af1a50d2c8191e1d2d484faa4e75b84eb963b8 # Parent 73057b65abcbcd34ef93aa723c93a90b9e46c514# Parent c62a0b66bd3874319f5a7af890fc1848a89eb5fc Merge diff -r 73057b65abcb -r 48af1a50d2c8 app/views/my/page.rhtml --- a/app/views/my/page.rhtml Fri Dec 16 15:17:27 2011 +0000 +++ b/app/views/my/page.rhtml Tue Jan 31 12:48:30 2012 +0000 @@ -1,5 +1,6 @@
<%= 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) %>

<%=l(:label_my_page)%>