Sha256: 39969d58d161fe734b05a2f3a6ead68ba386b20188905bc01fdf0c4115927691

Contents?: true

Size: 361 Bytes

Versions: 6

Compression:

Stored size: 361 Bytes

Contents

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

<%= link_to "新建", loyal_core_app.new_admin_skin_folder_url %>

Version data entries

6 entries across 6 versions & 1 rubygems

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