From 5b53749fe6046ba3d84a9d02589deff2ad14614d Mon Sep 17 00:00:00 2001 From: wvengen Date: Mon, 4 Feb 2013 13:13:04 +0100 Subject: [PATCH] fix small format bug in template --- app/views/invites/new.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/invites/new.html.haml b/app/views/invites/new.html.haml index 523238fa..eb9081cb 100644 --- a/app/views/invites/new.html.haml +++ b/app/views/invites/new.html.haml @@ -1,4 +1,4 @@ -%p= t('.body', group: @invite.group.name).html_safe += t('.body', group: @invite.group.name).html_safe = simple_form_for @invite do |form| = form.hidden_field :user_id = form.hidden_field :group_id