diff options
Diffstat (limited to 'app/views/privacy')
-rw-r--r-- | app/views/privacy/show.html.haml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/privacy/show.html.haml b/app/views/privacy/show.html.haml new file mode 100644 index 000000000..95e506641 --- /dev/null +++ b/app/views/privacy/show.html.haml @@ -0,0 +1,7 @@ +- content_for :page_title do + = t('privacy_policy.title') + +- content_for :header_tags do + = render partial: 'shared/og' + += render 'shared/web_app' |