Sha256: aa4fc5a18412bd3d647840749e4adcab0d1149ef2fcc2c52c23f4c0b1890d32d

Contents?: true

Size: 286 Bytes

Versions: 6

Compression:

Stored size: 286 Bytes

Contents

<h1>新建新皮肤</h1>

<%= form_for(
  @loyal_core_skin_recipe,
  :url => loyal_core_app.admin_skin_recipes_url,
  :builder => ::LoyalCore::ActionView::LabeledBuilder,
  :as => :loyal_core_skin_recipe
) do |f| %>
  <%= render :partial => 'form', :locals => { :f => f } %>
<% end %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
loyal_core-0.0.6 app/views/loyal_core/admin/skin/recipes/new.html.erb
loyal_core-0.0.5 app/views/loyal_core/admin/skin/recipes/new.html.erb
loyal_core-0.0.4 app/views/loyal_core/admin/skin/recipes/new.html.erb
loyal_core-0.0.3 app/views/loyal_core/admin/skin/recipes/new.html.erb
loyal_core-0.0.2 app/views/loyal_core/admin/skin/recipes/new.html.erb
loyal_core-0.0.1 app/views/loyal_core/admin/skin/recipes/new.html.erb