Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Neff <benjamin@coding4coffee.ch>2012-05-13 04:51:54 +0400
committerBenjamin Neff <benjamin@coding4coffee.ch>2012-05-13 04:51:54 +0400
commitea90c6caf0a5426c883b799472b192f1beb3aa44 (patch)
tree9a7c30e4697d7c8bed8044b005a4ea454ab2d868
parent871d3cc672cf000bf6d390ee86fc7b34289214ff (diff)
remove "message" from invite-form (not used in email)
-rw-r--r--app/views/invitations/new.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/invitations/new.html.haml b/app/views/invitations/new.html.haml
index 1df37031e..2a2e2f5a5 100644
--- a/app/views/invitations/new.html.haml
+++ b/app/views/invitations/new.html.haml
@@ -28,9 +28,9 @@
%br
- %h4
- = t('.personal_message')
- = text_area_tag 'email_inviter[message]',nil, :rows => 3, :value => t('.check_out_diaspora')
+ //%h4
+ // = t('.personal_message')
+ //= text_area_tag 'email_inviter[message]',nil, :rows => 3, :value => t('.check_out_diaspora')
%p
= submit_tag t('.send_an_invitation')