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
442 B

<%= render 'homescreen/blocks/header', title: t('label_my_account') %>
<ul class="widget-box--arrow-links">
<li>
<%= link_to t(:label_profile), my_account_path, title: t(:label_profile) %>
</li>
<li>
<%= link_to t(:'js.my_page.label'), my_page_path,
title: t(:'js.my_page.label') %>
</li>
<li>
<%= link_to t(:button_change_password), my_password_path, title: t(:button_change_password) %>
</li>
</ul>