From d4e9e024aa8d8aab70591a6084e8f4bc0fa030bb Mon Sep 17 00:00:00 2001 From: joshua stein Date: Fri, 21 Feb 2014 10:51:04 -0600 Subject: [PATCH] invitation requests: emails --- app/views/invitations/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/invitations/index.html.erb b/app/views/invitations/index.html.erb index b06c850..35c13ca 100644 --- a/app/views/invitations/index.html.erb +++ b/app/views/invitations/index.html.erb @@ -26,7 +26,7 @@ <%= ir.name %> <% if @user.is_moderator? %>
- <%= ir.email %> + <%= ir.email %> <% end %> <%= raw ir.markeddown_memo %> <%= form_tag send_invitation_for_request_url do %>