@@ -10,7 +10,7 | |||||
10 | |
|
10 | | |
11 | <%= render :partial => 'common/diff', :locals => {:diff => @diff, :diff_type => @diff_type} %> |
|
11 | <%= render :partial => 'common/diff', :locals => {:diff => @diff, :diff_type => @diff_type} %> | |
12 |
|
12 | |||
13 |
<% html_title |
|
13 | <% html_title @attachment.filename %> | |
14 |
|
14 | |||
15 | <% content_for :header_tags do -%> |
|
15 | <% content_for :header_tags do -%> | |
16 | <%= stylesheet_link_tag "scm" -%> |
|
16 | <%= stylesheet_link_tag "scm" -%> |
@@ -10,7 +10,7 | |||||
10 | |
|
10 | | |
11 | <%= render :partial => 'common/file', :locals => {:content => @content, :filename => @attachment.filename} %> |
|
11 | <%= render :partial => 'common/file', :locals => {:content => @content, :filename => @attachment.filename} %> | |
12 |
|
12 | |||
13 |
<% html_title |
|
13 | <% html_title @attachment.filename %> | |
14 |
|
14 | |||
15 | <% content_for :header_tags do -%> |
|
15 | <% content_for :header_tags do -%> | |
16 | <%= stylesheet_link_tag "scm" -%> |
|
16 | <%= stylesheet_link_tag "scm" -%> |
@@ -65,7 +65,7 | |||||
65 | <%= f.link_to 'Atom', :url => {:key => User.current.rss_key} %> |
|
65 | <%= f.link_to 'Atom', :url => {:key => User.current.rss_key} %> | |
66 | <% end %> |
|
66 | <% end %> | |
67 |
|
67 | |||
68 |
<% html_title |
|
68 | <% html_title @board.name %> | |
69 |
|
69 | |||
70 | <% content_for :header_tags do %> |
|
70 | <% content_for :header_tags do %> | |
71 | <%= auto_discovery_link_tag(:atom, {:format => 'atom', :key => User.current.rss_key}, :title => "#{@project}: #{@board}") %> |
|
71 | <%= auto_discovery_link_tag(:atom, {:format => 'atom', :key => User.current.rss_key}, :title => "#{@project}: #{@board}") %> |
@@ -3,4 +3,4 | |||||
3 | <p id="errorExplanation"><%=h @message %></p> |
|
3 | <p id="errorExplanation"><%=h @message %></p> | |
4 | <p><a href="javascript:history.back()">Back</a></p> |
|
4 | <p><a href="javascript:history.back()">Back</a></p> | |
5 |
|
5 | |||
6 |
<% html_title |
|
6 | <% html_title @status %> |
@@ -25,7 +25,7 | |||||
25 | <% end %> |
|
25 | <% end %> | |
26 | <% end %> |
|
26 | <% end %> | |
27 |
|
27 | |||
28 |
<% html_title |
|
28 | <% html_title @document.title -%> | |
29 |
|
29 | |||
30 | <% content_for :header_tags do %> |
|
30 | <% content_for :header_tags do %> | |
31 | <%= stylesheet_link_tag 'scm' %> |
|
31 | <%= stylesheet_link_tag 'scm' %> |
@@ -6,7 +6,7 | |||||
6 | </div> |
|
6 | </div> | |
7 |
|
7 | |||
8 | <h2><%= @query.new_record? ? l(:label_issue_plural) : h(@query.name) %></h2> |
|
8 | <h2><%= @query.new_record? ? l(:label_issue_plural) : h(@query.name) %></h2> | |
9 |
<% html_title(@query.new_record? ? l(:label_issue_plural) : |
|
9 | <% html_title(@query.new_record? ? l(:label_issue_plural) : @query.name) %> | |
10 |
|
10 | |||
11 | <% form_tag({ :controller => 'issues', :action => 'index', :project_id => @project }, :method => :get, :id => 'query_form') do %> |
|
11 | <% form_tag({ :controller => 'issues', :action => 'index', :project_id => @project }, :method => :get, :id => 'query_form') do %> | |
12 | <%= hidden_field_tag 'set_filter', '1' %> |
|
12 | <%= hidden_field_tag 'set_filter', '1' %> |
@@ -113,7 +113,7 | |||||
113 | <%= f.link_to 'PDF' %> |
|
113 | <%= f.link_to 'PDF' %> | |
114 | <% end %> |
|
114 | <% end %> | |
115 |
|
115 | |||
116 |
<% html_title |
|
116 | <% html_title "#{@issue.tracker.name} ##{@issue.id}: #{@issue.subject}" %> | |
117 |
|
117 | |||
118 | <% content_for :sidebar do %> |
|
118 | <% content_for :sidebar do %> | |
119 | <%= render :partial => 'issues/sidebar' %> |
|
119 | <%= render :partial => 'issues/sidebar' %> |
@@ -63,4 +63,4 | |||||
63 | <%= stylesheet_link_tag 'scm' %> |
|
63 | <%= stylesheet_link_tag 'scm' %> | |
64 | <% end %> |
|
64 | <% end %> | |
65 |
|
65 | |||
66 |
<% html_title |
|
66 | <% html_title @topic.subject %> |
@@ -63,7 +63,7 | |||||
63 | <% end %> |
|
63 | <% end %> | |
64 | <% end %> |
|
64 | <% end %> | |
65 |
|
65 | |||
66 |
<% html_title |
|
66 | <% html_title @news.title -%> | |
67 |
|
67 | |||
68 | <% content_for :header_tags do %> |
|
68 | <% content_for :header_tags do %> | |
69 | <%= stylesheet_link_tag 'scm' %> |
|
69 | <%= stylesheet_link_tag 'scm' %> |
@@ -25,4 +25,4 dirs.each do |dir| | |||||
25 | %> |
|
25 | %> | |
26 | <%= "@ #{h rev_text}" unless rev_text.blank? %> |
|
26 | <%= "@ #{h rev_text}" unless rev_text.blank? %> | |
27 |
|
27 | |||
28 |
<% html_title( |
|
28 | <% html_title(with_leading_slash(path)) -%> |
@@ -16,7 +16,7 | |||||
16 | <%= f.link_to 'Diff', :url => params, :caption => 'Unified diff' %> |
|
16 | <%= f.link_to 'Diff', :url => params, :caption => 'Unified diff' %> | |
17 | <% end %> |
|
17 | <% end %> | |
18 |
|
18 | |||
19 |
<% html_title( |
|
19 | <% html_title(with_leading_slash(@path), 'Diff') -%> | |
20 |
|
20 | |||
21 | <% content_for :header_tags do %> |
|
21 | <% content_for :header_tags do %> | |
22 | <%= stylesheet_link_tag "scm" %> |
|
22 | <%= stylesheet_link_tag "scm" %> |
@@ -8,4 +8,4 | |||||
8 |
|
8 | |||
9 | <%= render_tabs user_settings_tabs %> |
|
9 | <%= render_tabs user_settings_tabs %> | |
10 |
|
10 | |||
11 |
<% html_title(l(:label_user), |
|
11 | <% html_title(l(:label_user), @user.login, l(:label_administration)) -%> |
@@ -67,4 +67,4 | |||||
67 | <%= call_hook :view_account_right_bottom, :user => @user %> |
|
67 | <%= call_hook :view_account_right_bottom, :user => @user %> | |
68 | </div> |
|
68 | </div> | |
69 |
|
69 | |||
70 |
<% html_title |
|
70 | <% html_title @user.name %> |
@@ -53,4 +53,4 | |||||
53 |
|
53 | |||
54 | <%= call_hook :view_versions_show_bottom, :version => @version %> |
|
54 | <%= call_hook :view_versions_show_bottom, :version => @version %> | |
55 |
|
55 | |||
56 |
<% html_title |
|
56 | <% html_title @version.name %> |
General Comments 0
You need to be logged in to leave comments.
Login now