Sha256: 34200afdcd22154319a7b5d94bf41ee5d96c3663e59b58c4771996569dbc5a61
Contents?: true
Size: 372 Bytes
Versions: 8
Compression:
Stored size: 372 Bytes
Contents
<%= title t("order_status") %> <% content_for :right do -%> <li class="active"> <%= link_to t(:edit), edit_order_status_path(@order_status) %> </li> <li class="active"> <%= link_to t(:back), order_statuses_path %> </li> <% end -%> <p> <small><%= t(:name, scope: "activerecord.attributes.order_status") %>:</small> <h3><%= @order_status.name %></h3> </p>
Version data entries
8 entries across 8 versions & 2 rubygems