diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-05-15 19:35:18 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-05-15 19:35:18 +0300 |
commit | be79c9def9c90e9359f67058befae1d7b914e557 (patch) | |
tree | 551646d89c1c35fdab33794b8ba8eb72cc94e39a /app/views/snippets | |
parent | a27ee184284880fcd4bb3958ce12fa8ac6817330 (diff) | |
download | gitlab-ce-be79c9def9c90e9359f67058befae1d7b914e557.tar.gz |
CSS improvements for diff & file view
Diffstat (limited to 'app/views/snippets')
-rw-r--r-- | app/views/snippets/show.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/snippets/show.html.haml b/app/views/snippets/show.html.haml index 7af4d2498fd..2720e495011 100644 --- a/app/views/snippets/show.html.haml +++ b/app/views/snippets/show.html.haml @@ -11,6 +11,7 @@ #tree-content-holder .view_file .view_file_header + %i.icon-file %strong= @snippet.file_name .view_file_content %div{:class => current_user.dark_scheme ? "black" : ""} |