diff --git a/app/views/layouts/_common_head.html.erb b/app/views/layouts/_common_head.html.erb index abed78d19..eb64eeced 100644 --- a/app/views/layouts/_common_head.html.erb +++ b/app/views/layouts/_common_head.html.erb @@ -1,6 +1,7 @@ + <%= content_for?(:title) ? yield(:title) : default_title %> <% if rtl? %> <%= stylesheet_link_tag "application-rtl" %>