summaryrefslogtreecommitdiff
path: root/app/views/projects/wikis/show.html.haml
diff options
context:
space:
mode:
authorHiroyuki Sato <hiroyuki_sato@spiber.jp>2014-04-09 14:14:16 +0900
committerHiroyuki Sato <hiroyuki_sato@spiber.jp>2014-04-10 15:14:02 +0900
commitbca528a57c9276c0cd815d67fed4a72c514d53a2 (patch)
tree60a517c30bf3965b684be2ddcf3b8c4b9ea437ff /app/views/projects/wikis/show.html.haml
parent03472b4fc02a256c90c0285765e7da82c56e93a2 (diff)
downloadgitlab-ce-bca528a57c9276c0cd815d67fed4a72c514d53a2.tar.gz
Better title format for wiki page
The title format for wiki page may be unintelligible. For example 'GitLab' is converted to 'Git Lab', 'MySQL' is converted to 'My Sql', etc.
Diffstat (limited to 'app/views/projects/wikis/show.html.haml')
-rw-r--r--app/views/projects/wikis/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/wikis/show.html.haml b/app/views/projects/wikis/show.html.haml
index 024ef068d08..cb923e4ca32 100644
--- a/app/views/projects/wikis/show.html.haml
+++ b/app/views/projects/wikis/show.html.haml
@@ -1,6 +1,6 @@
= render 'nav'
%h3.page-title
- = @page.title.titleize
+ = @page.title
= render 'main_links'
- if @page.historical?
.warning_message