Sha256: b1c983e23ab6c77acda96553a5284e23dfd27815956fafd34ce161f23b1b181f
Contents?: true
Size: 516 Bytes
Versions: 6
Compression:
Stored size: 516 Bytes
Contents
%div.panel.panel-default %div.panel-heading %h1= t('.title', inflections) %div.panel-body = simple_form_for(@resource, url: user_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 main_app.root_path, class: 'btn btn-default btn-responsive' do %span.glyphicon.glyphicon-arrow-left %span.btn-text= t('.back')
Version data entries
6 entries across 6 versions & 1 rubygems