added visiblity for new aspect on getting started
This commit is contained in:
parent
897786bce4
commit
f5ad03f5d9
1 changed files with 4 additions and 0 deletions
|
|
@ -50,6 +50,10 @@
|
||||||
= t('.aspect_name')
|
= t('.aspect_name')
|
||||||
= form_for Aspect.new do |aspect|
|
= form_for Aspect.new do |aspect|
|
||||||
= aspect.text_field :name, :style => "display:inline;"
|
= 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')
|
= aspect.submit t('.add')
|
||||||
%br
|
%br
|
||||||
%br
|
%br
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue