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.

edit.html.erb 427B

12345678910111213
  1. <div class="contextual">
  2. <%= link_to l(:label_profile), user_path(@user), :class => 'icon icon-user' %>
  3. <%= additional_emails_link(@user) %>
  4. <%= change_status_link(@user) %>
  5. <%= delete_link user_path(@user) if User.current != @user %>
  6. </div>
  7. <%=
  8. page_title = title [l(:label_user_plural), users_path], @user.login
  9. page_title.insert(page_title.rindex(' ') + 1, avatar(@user).to_s)
  10. %>
  11. <%= render_tabs user_settings_tabs %>