Sha256: fbe34dfd3ce6b21b6f1027635e934e681a0d8c2429a5c1bb8f3b2cc5dbd6c5bc
Contents?: true
Size: 525 Bytes
Versions: 28
Compression:
Stored size: 525 Bytes
Contents
<%= render :partial => 'admin/shared/order_tabs', :locals => {:current => "Return Authorizations"} %> <h2><%= t("new_return_authorization")%></h2> <%= render "shared/error_messages", :target => @return_authorization %> <%= form_for @return_authorization, :url => collection_url do |f| %> <%= render :partial => "form", :locals => {:f => f} %> <p class="form-buttons"> <%= button t('continue') %> <%= t("or") %> <%= link_to t("actions.cancel"), admin_order_return_authorizations_url(@order) %> </p> <% end %>
Version data entries
28 entries across 28 versions & 6 rubygems