1
0
mirror of https://github.com/fspc/BikeShed-1.git synced 2025-03-01 01:03:23 -05:00
BikeShed-1/app/views/bike_brands/_form.html.haml

9 lines
367 B
Plaintext
Raw Normal View History

2012-12-08 16:36:04 -05:00
= form_for bike_brand, :html => { :class => 'form-horizontal' } do |f|
.control-group
= f.label :brand, :class => 'control-label'
.controls
= f.text_field :brand, :class => 'text_field'
.form-actions
= f.submit nil, :class => 'btn btn-primary'
= link_to t('.cancel', :default => t("helpers.links.cancel")), bike_brands_path, :class => 'btn'