diff options
Diffstat (limited to 'app/views/news')
-rw-r--r-- | app/views/news/index.rhtml | 2 | ||||
-rw-r--r-- | app/views/news/show.rhtml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/app/views/news/index.rhtml b/app/views/news/index.rhtml index a956f86d0..0b677d241 100644 --- a/app/views/news/index.rhtml +++ b/app/views/news/index.rhtml @@ -32,3 +32,5 @@ <% content_for :header_tags do %> <%= auto_discovery_link_tag(:atom, params.merge({:format => 'atom', :page => nil, :key => User.current.rss_key})) %> <% end %> + +<% set_html_title l(:label_news_plural) -%> diff --git a/app/views/news/show.rhtml b/app/views/news/show.rhtml index 32a24e85e..e4d7da4db 100644 --- a/app/views/news/show.rhtml +++ b/app/views/news/show.rhtml @@ -41,3 +41,5 @@ <p><%= submit_tag l(:button_add) %></p> <% end %> <% end %> + +<% set_html_title h(@news.title) -%> |