diaspora/app/views/aspects/_new_aspect.haml
2010-09-15 17:56:18 -07:00

12 lines
315 B
Text

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