scube-server/app/views/playlists/_form.html.haml
2011-09-07 21:13:20 +00:00

10 lines
172 B
Plaintext

= form_for @playlist do |f|
%table
%tbody
%tr
%th= f.label :name
%td= f.text_field :name
%tfoot
%tr
%td= f.submit submit_text