Mercurial > hg > soundsoftware-site
changeset 1511:e1cfd013ef49 live
Fix #832 main page of a project should not have "Overview" as the first word of the html title
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Fri, 21 Mar 2014 14:11:12 +0000 |
parents | ce4819fa2692 |
children | 96ca535049b3 a59e53e4f006 |
files | app/views/projects/show.html.erb plugins/redmine_bibliography/app/views/projects/show.html.erb |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/app/views/projects/show.html.erb Fri Mar 21 14:00:01 2014 +0000 +++ b/app/views/projects/show.html.erb Fri Mar 21 14:11:12 2014 +0000 @@ -133,4 +133,4 @@ <%= auto_discovery_link_tag(:atom, {:controller => 'activities', :action => 'index', :id => @project, :format => 'atom', :key => User.current.rss_key}) %> <% end %> -<% html_title(l(:label_overview)) -%> +<% html_title('') -%>
--- a/plugins/redmine_bibliography/app/views/projects/show.html.erb Fri Mar 21 14:00:01 2014 +0000 +++ b/plugins/redmine_bibliography/app/views/projects/show.html.erb Fri Mar 21 14:11:12 2014 +0000 @@ -139,4 +139,4 @@ <%= auto_discovery_link_tag(:atom, {:controller => 'activities', :action => 'index', :id => @project, :format => 'atom', :key => User.current.rss_key}) %> <% end %> -<% html_title(l(:label_overview)) -%> +<% html_title('') -%>