about summary refs log tree commit diff
path: root/app/views/about/show.html.haml
diff options
context:
space:
mode:
authortakayamaki <fsgiko@gmail.com>2017-10-11 07:52:25 +0900
committerEugen Rochko <eugen@zeonfederated.com>2017-10-11 00:52:25 +0200
commit552d22bec9602a64616538f7df0bdac13140c7f8 (patch)
treeb37c4da13c5a6e98e8f8b1f8fd2b29e1115f45a3 /app/views/about/show.html.haml
parent7c33da45f08fec0d55a113ccb863be083d588ffc (diff)
sign_in and sign_up views present og meta infos (#5308)
Diffstat (limited to 'app/views/about/show.html.haml')
-rw-r--r--app/views/about/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/about/show.html.haml b/app/views/about/show.html.haml
index ef27d07a1..f8f90ce24 100644
--- a/app/views/about/show.html.haml
+++ b/app/views/about/show.html.haml
@@ -4,7 +4,7 @@
 - content_for :header_tags do
   %script#initial-state{ type: 'application/json' }!= json_escape(@initial_state_json)
   = javascript_pack_tag 'about', integrity: true, crossorigin: 'anonymous'
-  = render partial: 'og'
+  = render partial: 'shared/og'
 
 .landing-page
   .header-wrapper