Sha256: 09da3f8d32af07c53a7675dc1955ced49a253ef331c0d2b82aaa364bc271314f
Contents?: true
Size: 499 Bytes
Versions: 9
Compression:
Stored size: 499 Bytes
Contents
<%= render :partial => 'admin/shared/order_tabs', :locals => {:current => "Return Authorizations"} %> <h2><%= t("new_return_authorization")%></h2> <%=error_messages_for :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
9 entries across 9 versions & 1 rubygems