Sha256: b8af39bbb991737ec712a92b409775ca7f49ca48924eb5a686dcea11c0ac1e30

Contents?: true

Size: 634 Bytes

Versions: 6

Compression:

Stored size: 634 Bytes

Contents

.panel.panel-default
  .panel-heading
    %h1= t('.title', inflections)
  .panel-body
    = simple_form_for(@resource, url: current_user_path) do |f|
      = render partial: 'form_errors', locals: { resource: f.object }
      = render 'form', form: f
      = f.button :submit, class: 'btn btn-success'
  .panel-footer

.well.well-sm
  = link_to current_user_path, class: 'btn btn-primary btn-responsive' do
    %span.glyphicon.glyphicon-eye-open
    %span.btn-text= t('.show')
  = link_to main_app.root_path, class: 'btn btn-default btn-responsive pull-right' do
    %span.glyphicon.glyphicon-arrow-left
    %span.btn-text= t('.back')

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ecm_user_area2-3.0.3 app/views/ecm/user_area/current_users/edit.html.haml
ecm_user_area2-3.0.2 app/views/ecm/user_area/current_users/edit.html.haml
ecm_user_area2-3.0.1 app/views/ecm/user_area/current_users/edit.html.haml
ecm_user_area2-3.0.0 app/views/ecm/user_area/current_users/edit.html.haml
ecm_user_area2-2.3.0 app/views/ecm/user_area/current_users/edit.html.haml
ecm_user_area2-2.2.0 app/views/ecm/user_area/current_users/edit.html.haml