Sha256: 1331340b05ea05c205b376c86aab07d539508734d81c879e6421f4c040caefd3

Contents?: true

Size: 534 Bytes

Versions: 20

Compression:

Stored size: 534 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, 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

20 entries across 20 versions & 1 rubygems

Version Path
itsf_backend-1.2.4 app/views/itsf/backend/service/base/invoke.html.haml
itsf_backend-1.2.1 app/views/itsf/backend/service/base/invoke.html.haml
itsf_backend-1.2.0 app/views/itsf/backend/service/base/invoke.html.haml
itsf_backend-1.1.15 app/views/itsf/backend/service/base/invoke.html.haml
itsf_backend-1.1.14 app/views/itsf/backend/service/base/invoke.html.haml
itsf_backend-1.1.13 app/views/itsf/backend/service/base/invoke.html.haml
itsf_backend-1.1.12 app/views/itsf/backend/service/base/invoke.html.haml
itsf_backend-1.1.11 app/views/itsf/backend/service/base/invoke.html.haml
itsf_backend-1.1.10 app/views/itsf/backend/service/base/invoke.html.haml
itsf_backend-1.1.9 app/views/itsf/backend/service/base/invoke.html.haml
itsf_backend-1.1.8 app/views/itsf/backend/service/base/invoke.html.haml
itsf_backend-1.1.7 app/views/itsf/backend/service/base/invoke.html.haml
itsf_backend-1.1.6 app/views/itsf/backend/service/base/invoke.html.haml
itsf_backend-1.1.5 app/views/itsf/backend/service/base/invoke.html.haml
itsf_backend-1.1.4 app/views/itsf/backend/service/base/invoke.html.haml
itsf_backend-1.1.3 app/views/itsf/backend/service/base/invoke.html.haml
itsf_backend-1.1.2 app/views/itsf/backend/service/base/invoke.html.haml
itsf_backend-1.1.1 app/views/itsf/backend/service/base/invoke.html.haml
itsf_backend-1.1.0 app/views/itsf/backend/service/base/invoke.html.haml
itsf_backend-1.0.1 app/views/itsf/backend/service/base/invoke.html.haml