Sha256: 8cf526cb68fb9b3c21d90b0b01757b5796deee3d5aeb3aed02760a2aa040767b

Contents?: true

Size: 605 Bytes

Versions: 7

Compression:

Stored size: 605 Bytes

Contents

<%= f.text_field :name %>
<%= f.text_field :short_name %>
<%= f.text_field :stored_tags %>

<p>
  <%= f.label :avatar %>
  <%= image_tag(f.object.avatar_url :small) if f.object.avatar? %>
  <%= f.file_field :avatar %>
  <%= f.hidden_field :avatar_cache %>
</p>

<%= f.nested_belongs_to_select :folder_id,
  ::LoyalCore::Skin::Folder,
  ::LoyalCore::Skin::Folder
%>

<%= f.text_field :assets_path %>

<%= f.text_area :stylesheet_text, :style => 'height: 500px;' %>

<%= f.text_area :instroduction, :style => 'height: 100px;' %>
<%= f.text_area :description, :style => 'height: 100px;' %>

<%= f.submit %>

Version data entries

7 entries across 7 versions & 2 rubygems

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