summaryrefslogtreecommitdiff
path: root/app/views/projects/tree/_readme.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/tree/_readme.html.haml')
-rw-r--r--app/views/projects/tree/_readme.html.haml8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/views/projects/tree/_readme.html.haml b/app/views/projects/tree/_readme.html.haml
index 98bacb49562..1fccfbc1645 100644
--- a/app/views/projects/tree/_readme.html.haml
+++ b/app/views/projects/tree/_readme.html.haml
@@ -1,8 +1,8 @@
-.file-holder#README
- .file-title
+.readme-holder#README
+ %h4
%i.icon-file
- = readme.name
- .file-content.wiki
+ = readme.name
+ .wiki
- if gitlab_markdown?(readme.name)
= preserve do
= markdown(readme.data)