Sha256: c0aea7bc50ea3910cb73186c307af502dc370ebe834504650c30334b260f2c60
Contents?: true
Size: 645 Bytes
Versions: 1
Compression:
Stored size: 645 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' .panel-footer .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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
itsf_backend-1.0.1 | app/views/itsf/backend/resource/base/edit.html.haml |