Sha256: 1c8eba8ed59e69f6a6a39a9acbd84f129420aa1e34298ff4e0230f36fbc240f2
Contents?: true
Size: 387 Bytes
Versions: 4
Compression:
Stored size: 387 Bytes
Contents
<%= render :partial => 'admin/shared/configuration_menu' %> <h1><%= t("new_supplier") %></h1> <%= form_for @supplier, :url => collection_url, :html => { :multipart => true } do |f| %> <%= render :partial => "form", :locals => { :f => f } %> <p class="form-buttons"> <%= button t("new") %> <%= t('or') %> <%= link_to t("cancel"), "#", :id => "cancel_link" %> </p> <% end %>
Version data entries
4 entries across 4 versions & 1 rubygems