13 lines
373 B
Text
13 lines
373 B
Text
-# Copyright (c) 2010, Diaspora Inc. This file is
|
|
-# licensed under the Affero General Public License version 3 or later. See
|
|
-# the COPYRIGHT file.
|
|
|
|
%h1=t('.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 t('.create'), :class => 'button'
|