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:
authorClement Ho <ClemMakesApps@gmail.com>2018-05-22 18:59:40 +0300
committerClement Ho <ClemMakesApps@gmail.com>2018-05-22 18:59:40 +0300
commitd2980750eb7770e6372e9629c9efaf733dd5ae01 (patch)
treeb63b0bb06ef5aaf41352a9dd93057e37c77c1c87 /app/views/projects/jobs
parent17f98cf558120a424d8c87c99a42593964e23bde (diff)
Fix artifacts job header layout
Diffstat (limited to 'app/views/projects/jobs')
-rw-r--r--app/views/projects/jobs/_user.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/jobs/_user.html.haml b/app/views/projects/jobs/_user.html.haml
index ceba4e84618..90ce581a903 100644
--- a/app/views/projects/jobs/_user.html.haml
+++ b/app/views/projects/jobs/_user.html.haml
@@ -1,7 +1,7 @@
by
%a{ href: user_path(@build.user) }
- %span.d-none.d-sm-block
+ %span.d-none.d-sm-inline
= image_tag avatar_icon_for_user(@build.user, 24), class: "avatar s24"
%strong{ data: { toggle: 'tooltip', placement: 'top', title: @build.user.to_reference } }
= @build.user.name
- %strong.d-block.d-sm-none= @build.user.to_reference
+ %strong.d-inline.d-sm-none= @build.user.to_reference