]> source.dussan.org Git - redmine.git/commitdiff
Adds HTML titles to forums related views.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 29 Jun 2008 09:08:58 +0000 (09:08 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 29 Jun 2008 09:08:58 +0000 (09:08 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1598 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/boards/index.rhtml
app/views/boards/show.rhtml
app/views/messages/show.rhtml

index 8d4560653056b59d17ef61ddd251a3ebe76c98e7..655352a96424a723ea08158e1c98aa7aba90102e 100644 (file)
@@ -38,3 +38,5 @@
 <% content_for :header_tags do %>
   <%= auto_discovery_link_tag(:atom, {:controller => 'projects', :action => 'activity', :id => @project, :format => 'atom', :show_messages => 1, :key => User.current.rss_key}) %>
 <% end %>
+
+<% html_title l(:label_board_plural) %>
index 26d17ae56ae4f77cb9c1375f559f9d9c2ad084e9..5b0c208a31c3726ec32a045bdc54d83db38f5c5b 100644 (file)
@@ -57,3 +57,5 @@
 <% else %>
 <p class="nodata"><%= l(:label_no_data) %></p>
 <% end %>
+
+<% html_title h(@board.name) %>
index 07508fbfd16547ab14f091aed3b9454e67b578e1..7e5975bfd8bd8da6a2599bae6a9ea1277464ed84 100644 (file)
@@ -54,3 +54,5 @@
 <% content_for :header_tags do %>
   <%= stylesheet_link_tag 'scm' %>
 <% end %>
+
+<% html_title h(@topic.subject) %>