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: > +