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.12.pre app/views/rao/service_controller/base/create.html.haml
rao-service_controller-0.0.11.pre app/views/rao/service_controller/base/create.html.haml
rao-service_controller-0.0.10.pre app/views/rao/service_controller/base/create.html.haml
rao-service_controller-0.0.9.pre app/views/rao/service_controller/base/create.html.haml
rao-service_controller-0.0.8.pre app/views/rao/service_controller/base/create.html.haml
rao-service_controller-0.0.7.pre app/views/rao/service_controller/base/create.html.haml
rao-service_controller-0.0.6.pre app/views/rao/service_controller/base/create.html.haml
rao-service_controller-0.0.5.pre app/views/rao/service_controller/base/create.html.haml
rao-service_controller-0.0.4.pre app/views/rao/service_controller/base/create.html.haml
rao-service_controller-0.0.3.pre app/views/rao/service_controller/base/create.html.haml
rao-service_controller-0.0.2.pre app/views/rao/service_controller/base/create.html.haml