Sha256: 9dc6537a6ad64046f2fadb26213e0cf08837e5d0b11a7f5500ab5c822c462511

Contents?: true

Size: 639 Bytes

Versions: 62

Compression:

Stored size: 639 Bytes

Contents

.panel.panel-default.mb-2
  .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

62 entries across 62 versions & 2 rubygems

Version Path
cmor_user_area-0.0.60.pre app/views/cmor/user_area/current_users/edit.html.haml
cmor_user_area-0.0.59.pre app/views/cmor/user_area/current_users/edit.html.haml
cmor_user_area-0.0.58.pre app/views/cmor/user_area/current_users/edit.html.haml
cmor_user_area-0.0.57.pre app/views/cmor/user_area/current_users/edit.html.haml
cmor_user_area-0.0.56.pre app/views/cmor/user_area/current_users/edit.html.haml
cmor_user_area-0.0.55.pre app/views/cmor/user_area/current_users/edit.html.haml
cmor_user_area-0.0.54.pre app/views/cmor/user_area/current_users/edit.html.haml
cmor_user_area-0.0.53.pre app/views/cmor/user_area/current_users/edit.html.haml
cmor_user_area-0.0.52.pre app/views/cmor/user_area/current_users/edit.html.haml
cmor_user_area-0.0.51.pre app/views/cmor/user_area/current_users/edit.html.haml
cmor_user_area-0.0.50.pre app/views/cmor/user_area/current_users/edit.html.haml
cmor_user_area-0.0.49.pre app/views/cmor/user_area/current_users/edit.html.haml
cmor_user_area-0.0.48.pre app/views/cmor/user_area/current_users/edit.html.haml
cmor_user_area-0.0.45.pre app/views/cmor/user_area/current_users/edit.html.haml
cmor_user_area-0.0.44.pre app/views/cmor/user_area/current_users/edit.html.haml
cmor_user_area-0.0.43.pre app/views/cmor/user_area/current_users/edit.html.haml
cmor_user_area-0.0.42.pre app/views/cmor/user_area/current_users/edit.html.haml
cmor_user_area-0.0.41.pre app/views/cmor/user_area/current_users/edit.html.haml
cmor_user_area-0.0.40.pre app/views/cmor/user_area/current_users/edit.html.haml
cmor_user_area-0.0.39.pre app/views/cmor/user_area/current_users/edit.html.haml