Sha256: 3b969643661822239a8b2745d97b6a4167f9602755ca0b529e4c81930ab3b95e

Contents?: true

Size: 491 Bytes

Versions: 15

Compression:

Stored size: 491 Bytes

Contents

= form_for( @collection , :as => :collection , :url => url_opts ,  :html => { :method => method_name, :class => "nosubnav validation"} ) do |collection_form|
  = gb_error_messages_for(@collection)
  = block("Collection") do
    = collection_form.label :name
    = collection_form.text_field(:name , :class => "required")
  
  = submit_tag "Create", :class => "btn btn-success"
  %a{:href => admin_asset_category_path(:category => 'all' , :page => 1 ), :class => "btn btn-danger"}
    Cancel

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
gluttonberg-core-2.6.4 app/views/gluttonberg/admin/asset_library/collections/_form.html.haml
gluttonberg-core-2.6.3 app/views/gluttonberg/admin/asset_library/collections/_form.html.haml
gluttonberg-core-2.6.2 app/views/gluttonberg/admin/asset_library/collections/_form.html.haml
gluttonberg-core-2.6.1 app/views/gluttonberg/admin/asset_library/collections/_form.html.haml
gluttonberg-core-2.6.0 app/views/gluttonberg/admin/asset_library/collections/_form.html.haml
gluttonberg-core-2.5.9 app/views/gluttonberg/admin/asset_library/collections/_form.html.haml
gluttonberg-core-2.5.8 app/views/gluttonberg/admin/asset_library/collections/_form.html.haml
gluttonberg-core-2.5.7 app/views/gluttonberg/admin/asset_library/collections/_form.html.haml
gluttonberg-core-2.5.6 app/views/gluttonberg/admin/asset_library/collections/_form.html.haml
gluttonberg-core-2.5.5 app/views/gluttonberg/admin/asset_library/collections/_form.html.haml
gluttonberg-core-2.5.4 app/views/gluttonberg/admin/asset_library/collections/_form.html.haml
gluttonberg-core-2.5.3 app/views/gluttonberg/admin/asset_library/collections/_form.html.haml
gluttonberg-core-2.5.2 app/views/gluttonberg/admin/asset_library/collections/_form.html.haml
gluttonberg-core-2.5.1 app/views/gluttonberg/admin/asset_library/collections/_form.html.haml
gluttonberg-core-2.5 app/views/gluttonberg/admin/asset_library/collections/_form.html.haml