summaryrefslogtreecommitdiffstats
path: root/app/views/auth/registrations/new.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/auth/registrations/new.html.haml')
-rw-r--r--app/views/auth/registrations/new.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/auth/registrations/new.html.haml b/app/views/auth/registrations/new.html.haml
index bcd66fb8a00..457bc1d2314 100644
--- a/app/views/auth/registrations/new.html.haml
+++ b/app/views/auth/registrations/new.html.haml
@@ -8,8 +8,8 @@
= render 'shared/error_messages', object: resource
- if @invite.present? && @invite.autofollow?
- .fields-group{ style: 'margin-bottom: 30px' }
- %p.hint{ style: 'text-align: center' }= t('invites.invited_by')
+ .fields-group.invited-by
+ %p.hint= t('invites.invited_by')
= render 'application/card', account: @invite.user.account
= f.simple_fields_for :account do |ff|