diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-03-13 19:20:25 -0700 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-03-13 19:20:25 -0700 |
commit | 2da2720584e162c53436a046380740bd64c3ad24 (patch) | |
tree | 7608f1eb08ae5b4e84571257b5f2a8b95cbc1273 /app/views/projects/blame | |
parent | 3aded9d5816b8605d5ccf486ab2e38247e2b654f (diff) | |
download | gitlab-ce-2da2720584e162c53436a046380740bd64c3ad24.tar.gz |
Improve css for file actions
Diffstat (limited to 'app/views/projects/blame')
-rw-r--r-- | app/views/projects/blame/show.html.haml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app/views/projects/blame/show.html.haml b/app/views/projects/blame/show.html.haml index 4cc1fedb1ce..e6a859fea8f 100644 --- a/app/views/projects/blame/show.html.haml +++ b/app/views/projects/blame/show.html.haml @@ -4,10 +4,11 @@ .file-holder .file-title %i.fa.fa-file - %span.file_name + %strong = @path - %small= number_to_human_size @blob.size - %span.options= render "projects/blob/actions" + %small= number_to_human_size @blob.size + .file-actions + = render "projects/blob/actions" .file-content.blame.highlight %table - @blame.each do |commit, lines, since| |