Sha256: 8c3ea07d14689fe3aaaa410c21cba991b63012cd64f1b6b6db7df663695dc2ad

Contents?: true

Size: 629 Bytes

Versions: 7

Compression:

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

.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

7 entries across 7 versions & 1 rubygems

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