Sha256: 2b7d70a95754c2c7e500c8c0b70d317c77ce41ce7ec366731a865c49c80f5f17
Contents?: true
Size: 600 Bytes
Versions: 25
Compression:
Stored size: 600 Bytes
Contents
%div.panel.panel-default %div.panel-heading %h1= t('.title', inflections) %div.panel-body = simple_form_for(@service, url: call_service_path) do |f| = render partial: 'form_errors', locals: { response: @response || f.object } = render 'form', form: f = f.button :submit, t("helpers.submit.call", model: f.object.class.model_name.human), 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
25 entries across 25 versions & 1 rubygems