diaspora/app/views/albums/_new_album.haml
2010-07-20 21:28:24 -07:00

5 lines
178 B
Text

= form_for Album.new, :remote => true do |f|
= f.error_messages
%p
= f.text_field :name, :value => "tell me something good"
= f.submit 'oh yeah!', :class => 'button'