diaspora/app/views/aspects/new.html.haml
2010-09-13 10:43:15 -07:00

14 lines
227 B
Text

%h1.big_text
=link_to 'aspects', aspects_path
>>
new aspect
= form_for @aspect do |f|
= f.error_messages
%p
= f.label :name
= f.text_field :name
%p
= f.submit
%p= link_to "Back to List", aspects_path