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 %>