Sha256: e8de6116f2a87a3a2c521031ee1211c74e420c26ea9b084508f56f1821fac1cd
Contents?: true
Size: 506 Bytes
Versions: 45
Compression:
Stored size: 506 Bytes
Contents
<h2 class="page-header">Modifica il tuo Account</h2> <%= bootstrap_form_for(resource, :as => resource_name, :url => registration_path(resource_name), :html => { :method => :put, :class => "form-horizontal"}) do |f| %> <%= f.inputs do %> <%= f.input :email %> <%= f.input :password %> <%= f.input :password_confirmation %> <% end %> <%= f.actions do %> <%= f.submit "Aggiorna" , :class => "btn btn-primary btn-large" %> <% end %> <% end %> <%= render "devise/shared/links" %>
Version data entries
45 entries across 45 versions & 1 rubygems