15 lines
437 B
Text
15 lines
437 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.
|
|
|
|
.span-12.last
|
|
.modal_title_bar
|
|
%h4= t('aspects.manage.add_a_new_aspect')
|
|
|
|
= form_for Aspect.new do |aspect|
|
|
= aspect.error_messages
|
|
%p
|
|
= aspect.label :name , t('.name')
|
|
= aspect.text_field :name
|
|
= aspect.submit t('.create'), :class => 'button'
|
|
|