diaspora/app/views/albums/_new_album.haml
2010-09-15 10:58:48 -07:00

14 lines
355 B
Text

-# Copyright (c) 2010, Disapora Inc. This file is
-# licensed under the Affero General Public License version 3. See
-# the COPYRIGHT file.
%h1 Add a new album
= form_for Album.new do |f|
= f.error_messages
%p
= f.label :name
= f.text_field :name
= f.hidden_field :to, :value => aspect
= f.submit 'create', :class => 'button'