removed empty hash from invite email
This commit is contained in:
parent
bfe57b13cc
commit
f26dc039c9
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
||||||
- else
|
- else
|
||||||
= invite.select(:aspects, @aspects_dropdown_array, :selected => @aspect.id)
|
= invite.select(:aspects, @aspects_dropdown_array, :selected => @aspect.id)
|
||||||
Message:
|
Message:
|
||||||
= invite.text_area :invite_messages
|
= invite.text_area :invite_messages, :value => ""
|
||||||
|
|
||||||
%p= invite.submit "Send an invitation"
|
%p= invite.submit "Send an invitation"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue