diff options
author | Eric Davis <edavis@littlestreamsoftware.com> | 2010-05-26 21:52:03 +0000 |
---|---|---|
committer | Eric Davis <edavis@littlestreamsoftware.com> | 2010-05-26 21:52:03 +0000 |
commit | c3c3460e0dead03b17a27fea7bd49ddb3c3fac53 (patch) | |
tree | 8aed364827436615ff0f2479bdf8acb7fa489ef6 /app/views | |
parent | 2b203fe5abcc320dbc47be76fb7a9105d627451d (diff) | |
download | redmine-c3c3460e0dead03b17a27fea7bd49ddb3c3fac53.tar.gz redmine-c3c3460e0dead03b17a27fea7bd49ddb3c3fac53.zip |
Add the page title when editing /my/page.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3755 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/my/page_layout.rhtml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/my/page_layout.rhtml b/app/views/my/page_layout.rhtml index cb96342cb..54e60be36 100644 --- a/app/views/my/page_layout.rhtml +++ b/app/views/my/page_layout.rhtml @@ -105,3 +105,4 @@ function removeBlock(block) { %> <%= javascript_tag "updateSelect()" %> +<% html_title(l(:label_my_page)) -%> |