Sha256: 6c1489385e5062e98cf0d24ea3bd1242d7b2b57fe5a800f31c918c3077ef191e

Contents?: true

Size: 519 Bytes

Versions: 8

Compression:

Stored size: 519 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
      = f.button :submit, class: 'btn btn-success'
  %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

8 entries across 8 versions & 1 rubygems

Version Path
itsf_backend-1.1.6 app/views/itsf/backend/resource/base/new.html.haml
itsf_backend-1.1.5 app/views/itsf/backend/resource/base/new.html.haml
itsf_backend-1.1.4 app/views/itsf/backend/resource/base/new.html.haml
itsf_backend-1.1.3 app/views/itsf/backend/resource/base/new.html.haml
itsf_backend-1.1.2 app/views/itsf/backend/resource/base/new.html.haml
itsf_backend-1.1.1 app/views/itsf/backend/resource/base/new.html.haml
itsf_backend-1.1.0 app/views/itsf/backend/resource/base/new.html.haml
itsf_backend-1.0.1 app/views/itsf/backend/resource/base/new.html.haml