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