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/snippets | |
parent | 3aded9d5816b8605d5ccf486ab2e38247e2b654f (diff) | |
download | gitlab-ce-2da2720584e162c53436a046380740bd64c3ad24.tar.gz |
Improve css for file actions
Diffstat (limited to 'app/views/snippets')
-rw-r--r-- | app/views/snippets/show.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/snippets/show.html.haml b/app/views/snippets/show.html.haml index f5bc543de10..d9436caaadb 100644 --- a/app/views/snippets/show.html.haml +++ b/app/views/snippets/show.html.haml @@ -31,9 +31,9 @@ .file-holder .file-title %i.fa.fa-file - %span.file_name + %strong = @snippet.file_name - .options + .file-actions .btn-group - if can?(current_user, :modify_personal_snippet, @snippet) = link_to "edit", edit_snippet_path(@snippet), class: "btn btn-small", title: 'Edit Snippet' |