remove trailing bracket from aspects#edit pane
This commit is contained in:
parent
f9634c0b0c
commit
c832201bd9
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
||||||
%h4
|
%h4
|
||||||
= @aspect
|
= @aspect
|
||||||
.description
|
.description
|
||||||
= t('contacts', :count =>@aspect_contacts.count)}
|
= t('contacts', :count =>@aspect_contacts.count)
|
||||||
|
|
||||||
.person_tiles{:style => "display:none;"}
|
.person_tiles{:style => "display:none;"}
|
||||||
- for contact in @aspect.contacts
|
- for contact in @aspect.contacts
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue