Sha256: ca7656ea9169a02c7355a265dafa2059aac7499f66527b07921b60424f6f03d9
Contents?: true
Size: 332 Bytes
Versions: 13
Compression:
Stored size: 332 Bytes
Contents
<%= render :partial => 'admin/shared/configuration_menu' %> <h1><%=t("new_tax_category")%></h1> <%= error_messages_for :tax_category %> <% form_for(:tax_category, :url => collection_url) do |f| %> <%= render :partial => "form", :locals => { :f => f } %> <p class="form-buttons"> <%= button t("create") %> </p> <% end %>
Version data entries
13 entries across 13 versions & 3 rubygems