Sha256: 72446d570c28bdb57b345e63b9b32a4555de355357591b61bc2b87f470fdf3c3

Contents?: true

Size: 627 Bytes

Versions: 4

Compression:

Stored size: 627 Bytes

Contents

p#notice = notice

.attributes
  .activate_flag
    span = @shipment_method.class.human_attribute_name(:activate_flag)
    span = @shipment_method.activate_flag

  .name
    span = @shipment_method.class.human_attribute_name(:name)
    span = @shipment_method.name

  .fee
    span = @shipment_method.class.human_attribute_name(:fee)
    span = @shipment_method.fee

  .tracking_url
    span = @shipment_method.class.human_attribute_name(:traking_url)
    span = @shipment_method.traking_url

= link_to 'Edit', comable.edit_admin_shipment_method_path(@shipment_method)
| |
= link_to 'Back', comable.admin_shipment_methods_path

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
comable_backend-0.2.3 app/views/comable/admin/shipment_methods/show.slim
comable_backend-0.2.2 app/views/comable/admin/shipment_methods/show.slim
comable_backend-0.2.1 app/views/comable/admin/shipment_methods/show.slim
comable_backend-0.2.0 app/views/comable/admin/shipment_methods/show.slim