<% content_for :head do %> <%= stylesheet_link_tag 'profile', media: 'all', 'data-turbolinks-track': 'reload' %> <% end %>

<%= @user.full_name %>

<%=image_tag(@user.picture[0], id: "profile_image")%>