<% content_for :meta_title, 'My Profile' %> <% content_for :meta_description, "My profile administration section for the logged in user" %> <%= render 'tab_menu' %>
<% if @profile.other_name.present? %>

<%= @profile.other_name %>
<%= @profile.name %>

<% else %>

<%= @profile.name %>

<% end %>
<%= render 'custom_private_profile_attributes' %> <%= render 'custom_public_profile_attributes' %>
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' %>