diff -r 67cbdbfbd741 -r 6f5c0ac92d72 app/views/my/page.rhtml
--- a/app/views/my/page.rhtml
+++ b/app/views/my/page.rhtml
@@ -1,5 +1,6 @@
 <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) %>
 </div>
 
 <h2><%=l(:label_my_page)%></h2>
