diff options
author | Clement Ho <ClemMakesApps@gmail.com> | 2018-04-13 15:56:26 -0500 |
---|---|---|
committer | Clement Ho <ClemMakesApps@gmail.com> | 2018-04-13 15:56:26 -0500 |
commit | fa1340292ce4c34c7634ce66cf5a1dc2c4afb909 (patch) | |
tree | 04118156614fffcf025a12f34d64520ace62cd40 /app/views/projects/commits | |
parent | 58a804bb0c21f0401de0b1fcf2377b937286fb96 (diff) | |
download | gitlab-ce-fa1340292ce4c34c7634ce66cf5a1dc2c4afb909.tar.gz |
[skip ci] Fix incorrect d-*-block
Diffstat (limited to 'app/views/projects/commits')
-rw-r--r-- | app/views/projects/commits/_commit.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/commits/_commit.html.haml b/app/views/projects/commits/_commit.html.haml index 25be4d74944..60d0c17f920 100644 --- a/app/views/projects/commits/_commit.html.haml +++ b/app/views/projects/commits/_commit.html.haml @@ -46,7 +46,7 @@ - commit_text = _('%{commit_author_link} authored %{commit_timeago}') % { commit_author_link: commit_author_link, commit_timeago: commit_timeago } #{ commit_text.html_safe } - .commit-actions.flex-row.d-none.d-sm-block + .commit-actions.flex-row.d-none.d-sm-flex - if request.xhr? = render partial: 'projects/commit/signature', object: commit.signature - else |