##// END OF EJS Templates
Adds HTML titles to forums related views....
Jean-Philippe Lang -
r1584:a40add57de53
parent child
Show More
@@ -38,3 +38,5
38 <% content_for :header_tags do %>
38 <% content_for :header_tags do %>
39 <%= auto_discovery_link_tag(:atom, {:controller => 'projects', :action => 'activity', :id => @project, :format => 'atom', :show_messages => 1, :key => User.current.rss_key}) %>
39 <%= auto_discovery_link_tag(:atom, {:controller => 'projects', :action => 'activity', :id => @project, :format => 'atom', :show_messages => 1, :key => User.current.rss_key}) %>
40 <% end %>
40 <% end %>
41
42 <% html_title l(:label_board_plural) %>
@@ -57,3 +57,5
57 <% else %>
57 <% else %>
58 <p class="nodata"><%= l(:label_no_data) %></p>
58 <p class="nodata"><%= l(:label_no_data) %></p>
59 <% end %>
59 <% end %>
60
61 <% html_title h(@board.name) %>
@@ -54,3 +54,5
54 <% content_for :header_tags do %>
54 <% content_for :header_tags do %>
55 <%= stylesheet_link_tag 'scm' %>
55 <%= stylesheet_link_tag 'scm' %>
56 <% end %>
56 <% end %>
57
58 <% html_title h(@topic.subject) %>
General Comments 0
You need to be logged in to leave comments. Login now