added visiblity for new aspect on getting started

This commit is contained in:
zhitomirskiyi 2011-01-27 13:58:59 -08:00
parent 897786bce4
commit f5ad03f5d9

View file

@ -50,6 +50,10 @@
= t('.aspect_name')
= form_for Aspect.new do |aspect|
= aspect.text_field :name, :style => "display:inline;"
%p.checkbox_select
= aspect.label :contacts_visible, t('aspects.edit.make_aspect_list_visible')
= aspect.check_box :contacts_visible, :default => true
%br
= aspect.submit t('.add')
%br
%br