Sha256: adb794f7311c1a547786b98caf0265fb9c99bbf416c98936cc9c7e4c6456a7f0

Contents?: true

Size: 507 Bytes

Versions: 37

Compression:

Stored size: 507 Bytes

Contents

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

.well.well-sm
  .btn-container-right
    = link_to collection_path, class: 'btn btn-default btn-responsive' 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/new.html.haml
itsf_backend-4.2.3 app/views/itsf/backend/resource/base/new.html.haml
itsf_backend-4.2.2 app/views/itsf/backend/resource/base/new.html.haml
itsf_backend-4.2.1 app/views/itsf/backend/resource/base/new.html.haml
itsf_backend-4.2.0 app/views/itsf/backend/resource/base/new.html.haml
itsf_backend-4.0.1 app/views/itsf/backend/resource/base/new.html.haml
itsf_backend-4.0.0 app/views/itsf/backend/resource/base/new.html.haml
itsf_backend-3.1.1 app/views/itsf/backend/resource/base/new.html.haml
itsf_backend-3.1.0 app/views/itsf/backend/resource/base/new.html.haml
itsf_backend-3.0.7 app/views/itsf/backend/resource/base/new.html.haml
itsf_backend-3.0.6 app/views/itsf/backend/resource/base/new.html.haml
itsf_backend-3.0.5 app/views/itsf/backend/resource/base/new.html.haml
itsf_backend-3.0.4 app/views/itsf/backend/resource/base/new.html.haml
itsf_backend-3.0.3 app/views/itsf/backend/resource/base/new.html.haml
itsf_backend-3.0.2 app/views/itsf/backend/resource/base/new.html.haml
itsf_backend-3.0.1 app/views/itsf/backend/resource/base/new.html.haml
itsf_backend-3.0.0 app/views/itsf/backend/resource/base/new.html.haml
itsf_backend-2.2.1 app/views/itsf/backend/resource/base/new.html.haml
itsf_backend-2.2.0 app/views/itsf/backend/resource/base/new.html.haml
itsf_backend-2.1.0 app/views/itsf/backend/resource/base/new.html.haml