Sha256: 1f27494be49086ef8ee478351ea897a28658084f349040e9d0a6c5f572c00532

Contents?: true

Size: 463 Bytes

Versions: 24

Compression:

Stored size: 463 Bytes

Contents

%h3= "#{params[:action] == 'index' ? 'Add' : 'Edit'} Category"
.explanation= params[:action] == "index" ? "You can create a new category here, just enter a title." : "Edit the category below and save."
= form_for [:forge, @product_category], :builder => ForgeFormBuilder do |f|
  = error_messages_for :product_category
  = f.text_field :title, :label => false, :last => true, :inline => true
  %hr
  = button_link "Save", "javascript:;", :class => "submit button"

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
forge-cli-0.1.10 lib/forge/app/views/forge/product_categories/_form.html.haml
forge-cli-0.1.9 lib/forge/app/views/forge/product_categories/_form.html.haml
forge-cli-0.1.8 lib/forge/app/views/forge/product_categories/_form.html.haml
forge-cli-0.1.7 lib/forge/app/views/forge/product_categories/_form.html.haml
forge-cli-0.1.6 lib/forge/app/views/forge/product_categories/_form.html.haml
forge-cli-0.1.5 lib/forge/app/views/forge/product_categories/_form.html.haml
forge-cli-0.1.4 lib/forge/app/views/forge/product_categories/_form.html.haml
forge-cli-0.1.3 lib/forge/app/views/forge/product_categories/_form.html.haml
forge-cli-0.1.2 lib/forge/app/views/forge/product_categories/_form.html.haml
forge-cli-0.1.1 lib/forge/app/views/forge/product_categories/_form.html.haml
forge-cli-0.1.0 lib/forge/app/views/forge/product_categories/_form.html.haml
forge-cli-0.0.18 lib/forge/app/views/forge/product_categories/_form.html.haml
forge-cli-0.0.17 lib/forge/app/views/forge/product_categories/_form.html.haml
forge-cli-0.0.16 lib/forge/app/views/forge/product_categories/_form.html.haml
forge-cli-0.0.15 lib/forge/app/views/forge/product_categories/_form.html.haml
forge-cli-0.0.14 lib/forge/app/views/forge/product_categories/_form.html.haml
forge-cli-0.0.13 lib/forge/app/views/forge/product_categories/_form.html.haml
forge-cli-0.0.12 lib/forge/app/views/forge/product_categories/_form.html.haml
forge-cli-0.0.11 lib/forge/app/views/forge/product_categories/_form.html.haml
forge-cli-0.0.10 lib/forge/app/views/forge/product_categories/_form.html.haml