Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-13 10:52:47 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-13 10:52:47 +0400
commit3805797cae702e46a83b5da9b6411f1899c3d1a0 (patch)
treec9bb7eac8362227ccf4586b261cd2ab4872863a2 /app/views/projects/tree/_readme.html.haml
parent399d0bdde79774b4cc7e6a9dd480a8b7cb690bed (diff)
scss: rename file_content to file-content etc
Diffstat (limited to 'app/views/projects/tree/_readme.html.haml')
-rw-r--r--app/views/projects/tree/_readme.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/projects/tree/_readme.html.haml b/app/views/projects/tree/_readme.html.haml
index e9bb112745b..98bacb49562 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
+.file-holder#README
+ .file-title
%i.icon-file
= readme.name
- .file_content.wiki
+ .file-content.wiki
- if gitlab_markdown?(readme.name)
= preserve do
= markdown(readme.data)