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:
authorAnnabel Gray <annabel.m.gray@gmail.com>2018-05-30 05:56:01 +0300
committerAnnabel Gray <annabel.m.gray@gmail.com>2018-05-30 05:56:01 +0300
commit8357e4cf6cab8838bc999900cf2e7d887cdfab09 (patch)
treea4d882d85ccb99cf8f9133cb574a5cf98be4a663
parent0a43421aca7985a5158b0ebc5b8c34d3b6946284 (diff)
parent98cc873c1b5105f91282a593c226de7e85b3c9ca (diff)
Merge branch 'fix-snippet-row' into 'master'
Fix snippet row Closes #46820 See merge request gitlab-org/gitlab-ce!19218
-rw-r--r--app/views/shared/snippets/_snippet.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/snippets/_snippet.html.haml b/app/views/shared/snippets/_snippet.html.haml
index e036b21b23f..5069e2e4ca6 100644
--- a/app/views/shared/snippets/_snippet.html.haml
+++ b/app/views/shared/snippets/_snippet.html.haml
@@ -28,7 +28,7 @@
= link_to user_snippets_path(snippet.author) do
= snippet.author_name
- if link_project && snippet.project_id?
- %span.d-none.d-sm-block
+ %span.d-none.d-sm-inline-block
in
= link_to project_path(snippet.project) do
= snippet.project.full_name