summaryrefslogtreecommitdiff
path: root/app/views/projects/tree/_readme.html.haml
diff options
context:
space:
mode:
authorTyler Sommer <sommertm@gmail.com>2014-03-05 11:23:21 -0800
committerTyler Sommer <sommertm@gmail.com>2014-03-05 11:23:21 -0800
commite9942e5a7996dd9492aea5eb422431e257313f18 (patch)
tree7ddbf2c4095d3992e33786b88fddbb2612cd4277 /app/views/projects/tree/_readme.html.haml
parentd02e129a549190c3bd26ed32eac13dfa62f2844d (diff)
downloadgitlab-ce-e9942e5a7996dd9492aea5eb422431e257313f18.tar.gz
Fixed readme page title
Diffstat (limited to 'app/views/projects/tree/_readme.html.haml')
-rw-r--r--app/views/projects/tree/_readme.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/tree/_readme.html.haml b/app/views/projects/tree/_readme.html.haml
index 16a9602ac97..0c19109445a 100644
--- a/app/views/projects/tree/_readme.html.haml
+++ b/app/views/projects/tree/_readme.html.haml
@@ -1,7 +1,7 @@
.readme-holder#README
%h4.readme-file-title
%i.icon-file
- = readme.name
+ = readme.name
.wiki
- if gitlab_markdown?(readme.name)
= preserve do