Change OpenGraph description on sign-up page to reflect invite (#11744)
This commit is contained in:
parent
34adc8784a
commit
3221f998dd
4 changed files with 19 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
= t('auth.register')
|
||||
|
||||
- content_for :header_tags do
|
||||
= render partial: 'shared/og'
|
||||
= render partial: 'shared/og', locals: { description: description_for_sign_up }
|
||||
|
||||
= simple_form_for(resource, as: resource_name, url: registration_path(resource_name)) do |f|
|
||||
= render 'shared/error_messages', object: resource
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue