1 <% content_for :heading_class, "pb-0" %>
3 <% content_for :heading do %>
4 <h1><%= t ".title" %></h1>
5 <%= render :partial => "navigation" %>
8 <%= bootstrap_form_for current_user, :url => { :action => :update }, :html => { :multipart => true, :autocomplete => :off } do |f| %>
9 <%= f.richtext_field :description, :cols => 80, :rows => 20 %>
11 <%= f.primary t(".save") %>
12 <%= link_to t(".cancel"), current_user, :class => "btn btn-link" %>