<% content_for :head do %> <%= javascript_include_tag "user" %> <% end %> <% content_for :heading_class, "pb-0" %> <% content_for :heading do %>

<%= t ".title" %>

<%= render :partial => "navigation" %> <% end %> <%= bootstrap_form_for current_user, :url => { :action => :update } do |f| %>
<%= f.label t(".social_links.title"), :class => "form-label" %>
<%= f.primary t(".save") %> <%= link_to t(".cancel"), current_user, :class => "btn btn-link" %> <% end %>