OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/app/views/homescreen/blocks/_my_account.html.erb

17 lines
507 B

<h3 class="widget-box--header">
<%= homescreen_user_avatar %>
<span class="widget-box--header-title"><%= l(:label_my_account) %></span>
</h3>
<ul class="widget-box--arrow-links">
<li>
<%= link_to l(:label_profile), my_account_path, title: l(:label_profile) %>
</li>
<li>
<%= link_to l(:label_my_page), my_page_path,
title: l(:label_my_page) %>
</li>
<li>
<%= link_to l(:button_change_password), my_password_path, title: l(:button_change_password) %>
</li>
</ul>