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