% content_for :meta_title, 'My Profile' %> <% content_for :meta_description, "My profile administration section for the logged in user" %> <%= render 'tab_menu' %>
private information | |
email address | <%= @profile.email %> |
public information | |
first name | <%= @profile.first_name %> |
last name | <%= @profile.last_name %> |
<%= render 'shared/other_name_label' %> | <%= @profile.other_name %> |
<%= link_to " change your info".html_safe, edit_profile_path, class: 'btn btn-sm btn-default' %>
<%= render'admin_context_menu' %>