summaryrefslogtreecommitdiffstats
path: root/app/views/projects
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2013-07-28 11:50:18 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2013-07-28 11:50:18 +0000
commitf3241385cd7b74e2d063511b7f8f3893fdfacfd4 (patch)
treeef555aa4bf534d95021ea21dbff2b2b5aee6808f /app/views/projects
parent1e738fbacaa0eb044a3cd5b345ee0a906f073187 (diff)
downloadredmine-f3241385cd7b74e2d063511b7f8f3893fdfacfd4.tar.gz
redmine-f3241385cd7b74e2d063511b7f8f3893fdfacfd4.zip
Adds missing html titles (#14517).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12050 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/projects')
-rw-r--r--app/views/projects/destroy.html.erb3
-rw-r--r--app/views/projects/new.html.erb2
2 files changed, 3 insertions, 2 deletions
diff --git a/app/views/projects/destroy.html.erb b/app/views/projects/destroy.html.erb
index d5762e08d..ac392b72c 100644
--- a/app/views/projects/destroy.html.erb
+++ b/app/views/projects/destroy.html.erb
@@ -1,4 +1,5 @@
-<h2><%=l(:label_confirmation)%></h2>
+<%= title l(:label_confirmation) %>
+
<div class="warning">
<p><strong><%=h @project_to_destroy %></strong><br />
<%=l(:text_project_destroy_confirmation)%>
diff --git a/app/views/projects/new.html.erb b/app/views/projects/new.html.erb
index 58d8192ce..a14a9cf3e 100644
--- a/app/views/projects/new.html.erb
+++ b/app/views/projects/new.html.erb
@@ -1,4 +1,4 @@
-<h2><%=l(:label_project_new)%></h2>
+<%= title l(:label_project_new) %>
<%= labelled_form_for @project do |f| %>
<%= render :partial => 'form', :locals => { :f => f } %>