Sha256: a85ef2e23bfd5c32e08bd736145f2895de05c06599a1aab4b2ae3637ca7e490c
Contents?: true
Size: 374 Bytes
Versions: 1
Compression:
Stored size: 374 Bytes
Contents
<%= form_for( @loyal_core_skin_recipe, :url => nloyal_admin_app.loyal_core_skin_recipe_url(:id => @loyal_core_skin_recipe.id), :builder => ::LoyalCore::ActionView::LabeledBuilder, :as => :loyal_core_skin_recipe ) do |f| %> <%= render :partial => 'form', :locals => { :f => f } %> <% end %> <%= link_to "新建", loyal_admin_app.new_loyal_core_skin_recipe_url %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
loyal_admin-0.0.4 | app/views/loyal_admin/loyal_core/skin/recipes/edit.html.erb |