% content_for :meta_title, 'My Profile' %> <% content_for :meta_description, "My profile administration section for the logged in user" %> <%= render 'tab_menu' %>
<%= image_tag @profile.portrait_url(:small), title: @profile.name, alt: @profile.name, id: 'profile-portrait' %>
<% end %>private information | |
email address | <%= @profile.email %> |
get rare newsletter | <%= @profile.allow_newsletter == true ? " |
get your daily activity digests | <%= @profile.allow_daily_digests == true ? " |
public information | |
first name | <%= @profile.first_name %> |
last name | <%= @profile.last_name %> |
<%= render 'shared/other_name_label' %> | <%= @profile.other_name %> |
website | <%= link_to student.website_url, student.website_url %> |
<%= link_to student.facebook_url, student.facebook_url %> | |
<%= link_to student.twitter_handle, "https://twitter.com/#{student.twitter_handle}" %> | |
google+ | <%= link_to student.google_plus_url, student.google_plus_url %> |
<%= link_to " change your info".html_safe, edit_profile_path, class: 'btn btn-sm btn-default' %>
<%= render'admin_context_menu' %>