From 6cce4f0872b1590fb9f60ae03f6237941f81a3dd Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg <maxwell@joindiaspora.com> Date: Thu, 20 Oct 2011 11:27:21 -0700 Subject: [PATCH] small typo on invites#edit --- app/views/invitations/edit.html.haml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/invitations/edit.html.haml b/app/views/invitations/edit.html.haml index 3c637ecaac..4945096198 100644 --- a/app/views/invitations/edit.html.haml +++ b/app/views/invitations/edit.html.haml @@ -26,6 +26,8 @@ %b = t('username') = f.text_field :username, :title => t('registrations.new.enter_username') + %span.host_uri + = "@#{AppConfig[:pod_uri].host}" .clearfix %b = t('email') -- GitLab