From 69ff225b031fb7fcddbff151d793f7a0992126ca Mon Sep 17 00:00:00 2001 From: Trevor Vallender Date: Thu, 5 Oct 2023 21:21:42 +0100 Subject: [PATCH] Added call for discussion --- app/views/blog_posts/show.html.erb | 2 ++ config/locales/views/blog_posts/en.yml | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/app/views/blog_posts/show.html.erb b/app/views/blog_posts/show.html.erb index 7a20ffe..04fbf6f 100644 --- a/app/views/blog_posts/show.html.erb +++ b/app/views/blog_posts/show.html.erb @@ -1 +1,3 @@ <%= render @blog_post %> + +<%= t(".discuss_post_html") %> diff --git a/config/locales/views/blog_posts/en.yml b/config/locales/views/blog_posts/en.yml index 436b21e..052dbf5 100644 --- a/config/locales/views/blog_posts/en.yml +++ b/config/locales/views/blog_posts/en.yml @@ -12,3 +12,8 @@ en: confirm: Are you sure you want to delete this blog post? form: title: Title + show: + discuss_post_html: > +