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