Sha256: b82dc53cd37ac39c57cc28911471c194df4f49cc96a6ea7e497d4eebe115fffb

Contents?: true

Size: 617 Bytes

Versions: 37

Compression:

Stored size: 617 Bytes

Contents

.panel.panel-default
  .panel-heading
    %h1= t('.title', inflections)
  .panel-body
    = simple_form_for(@resource, url: resource_path(@resource)) do |f|
      = render partial: 'form_errors', locals: { resource: f.object }
      = render 'form', form: f
      = render 'form_buttons', form: f

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

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
itsf_backend-5.0.0.pre app/views/itsf/backend/resource/base/edit.html.haml
itsf_backend-4.2.3 app/views/itsf/backend/resource/base/edit.html.haml
itsf_backend-4.2.2 app/views/itsf/backend/resource/base/edit.html.haml
itsf_backend-4.2.1 app/views/itsf/backend/resource/base/edit.html.haml
itsf_backend-4.2.0 app/views/itsf/backend/resource/base/edit.html.haml
itsf_backend-4.0.1 app/views/itsf/backend/resource/base/edit.html.haml
itsf_backend-4.0.0 app/views/itsf/backend/resource/base/edit.html.haml
itsf_backend-3.1.1 app/views/itsf/backend/resource/base/edit.html.haml
itsf_backend-3.1.0 app/views/itsf/backend/resource/base/edit.html.haml
itsf_backend-3.0.7 app/views/itsf/backend/resource/base/edit.html.haml
itsf_backend-3.0.6 app/views/itsf/backend/resource/base/edit.html.haml
itsf_backend-3.0.5 app/views/itsf/backend/resource/base/edit.html.haml
itsf_backend-3.0.4 app/views/itsf/backend/resource/base/edit.html.haml
itsf_backend-3.0.3 app/views/itsf/backend/resource/base/edit.html.haml
itsf_backend-3.0.2 app/views/itsf/backend/resource/base/edit.html.haml
itsf_backend-3.0.1 app/views/itsf/backend/resource/base/edit.html.haml
itsf_backend-3.0.0 app/views/itsf/backend/resource/base/edit.html.haml
itsf_backend-2.2.1 app/views/itsf/backend/resource/base/edit.html.haml
itsf_backend-2.2.0 app/views/itsf/backend/resource/base/edit.html.haml
itsf_backend-2.1.0 app/views/itsf/backend/resource/base/edit.html.haml