Sha256: 2425fdb08ea797bfeddf734d15df2fe0da17573ec00c0a9ee708da0f5d0346f6

Contents?: true

Size: 233 Bytes

Versions: 8

Compression:

Stored size: 233 Bytes

Contents

-box do
  %h3= :new_category.l

  = form_for(:category, :url => categories_path, :html => {:class => "MainForm"}) do |f|
    %label= :name.l
    = f.text_field :name
    %p= submit_tag :create.l

  = link_to :back.l, categories_path 

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
community_engine-2.3.2 app/views/categories/new.html.haml
community_engine-2.3.1 app/views/categories/new.html.haml
community_engine-2.3.0 app/views/categories/new.html.haml
community_engine-2.1.0 app/views/categories/new.html.haml
community_engine-2.0.0 app/views/categories/new.html.haml
community_engine-2.0.0.beta3 app/views/categories/new.html.haml
community_engine-2.0.0.beta2 app/views/categories/new.html.haml
community_engine-2.0.0.beta1 app/views/categories/new.html.haml