Sha256: 866e2d0e98e43d89317bd952b9aba5aa362afa5199319fe9824e9714ea4c84da

Contents?: true

Size: 503 Bytes

Versions: 3

Compression:

Stored size: 503 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)
  %legend
    Collection
  %p
    = collection_form.label :name
    = collection_form.text_field(:name , :class => "required")

  %p
    = 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

3 entries across 3 versions & 1 rubygems

Version Path
gluttonberg-core-3.0.2 app/views/gluttonberg/admin/asset_library/collections/_form.html.haml
gluttonberg-core-3.0.1 app/views/gluttonberg/admin/asset_library/collections/_form.html.haml
gluttonberg-core-3.0.0 app/views/gluttonberg/admin/asset_library/collections/_form.html.haml