Sha256: c7fe2de60be1e655a2c0c623dc83e384ce8dbba3090869dda14b249e7602777f

Contents?: true

Size: 412 Bytes

Versions: 51

Compression:

Stored size: 412 Bytes

Contents

= render 'create_before_service_output', result: @result

%table.table.table-sm.table-striped.table-monospaced
  %tbody
    - @result.messages.each_with_index do |message, index|
      %tr
        %td= index + 1
        %td= message

= render 'create_after_service_output', result: @result

= bootstrap_button(to: new_service_path, context: :success) do
  = fa_icon :back if respond_to?(:fa_icon)
  = t('.back')

Version data entries

51 entries across 51 versions & 1 rubygems

Version Path
rao-service_controller-0.0.52.pre app/views/rao/service_controller/base/create.html.haml
rao-service_controller-0.0.51.pre app/views/rao/service_controller/base/create.html.haml
rao-service_controller-0.0.50.pre app/views/rao/service_controller/base/create.html.haml
rao-service_controller-0.0.49.pre app/views/rao/service_controller/base/create.html.haml
rao-service_controller-0.0.48.pre app/views/rao/service_controller/base/create.html.haml
rao-service_controller-0.0.47.pre app/views/rao/service_controller/base/create.html.haml
rao-service_controller-0.0.46.pre app/views/rao/service_controller/base/create.html.haml
rao-service_controller-0.0.45.pre app/views/rao/service_controller/base/create.html.haml
rao-service_controller-0.0.44.pre app/views/rao/service_controller/base/create.html.haml
rao-service_controller-0.0.43.pre app/views/rao/service_controller/base/create.html.haml
rao-service_controller-0.0.42.pre app/views/rao/service_controller/base/create.html.haml
rao-service_controller-0.0.41.pre app/views/rao/service_controller/base/create.html.haml
rao-service_controller-0.0.40.pre app/views/rao/service_controller/base/create.html.haml
rao-service_controller-0.0.39.pre app/views/rao/service_controller/base/create.html.haml
rao-service_controller-0.0.38.pre app/views/rao/service_controller/base/create.html.haml
rao-service_controller-0.0.37.pre app/views/rao/service_controller/base/create.html.haml
rao-service_controller-0.0.36.pre app/views/rao/service_controller/base/create.html.haml
rao-service_controller-0.0.35.pre app/views/rao/service_controller/base/create.html.haml
rao-service_controller-0.0.34.pre app/views/rao/service_controller/base/create.html.haml
rao-service_controller-0.0.33.pre app/views/rao/service_controller/base/create.html.haml