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

15 lines
446 B

<%= render 'homescreen/blocks/header', icon: 'user', title: t('label_my_account') %>
<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>