summaryrefslogtreecommitdiff
path: root/app/views/shared/snippets
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-10 15:40:44 -0500
committerClement Ho <ClemMakesApps@gmail.com>2018-04-10 15:40:44 -0500
commitc52be3c77ee4c20793684e23a902c595f69de9cf (patch)
tree10ff5c4329f47119341db17fdaa3a5f7901d3c5d /app/views/shared/snippets
parentfee51cf693feca820a862a40d6efffd6f268ee42 (diff)
downloadgitlab-ce-c52be3c77ee4c20793684e23a902c595f69de9cf.tar.gz
[skip ci] Fix snippets block when it should be inline block
Diffstat (limited to 'app/views/shared/snippets')
-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 e2acd74bc66..e036b21b23f 100644
--- a/app/views/shared/snippets/_snippet.html.haml
+++ b/app/views/shared/snippets/_snippet.html.haml
@@ -7,7 +7,7 @@
= link_to reliable_snippet_path(snippet) do
= snippet.title
- if snippet.file_name
- %span.snippet-filename.monospace.d-none.d-sm-block
+ %span.snippet-filename.monospace.d-none.d-sm-inline-block
= snippet.file_name
%ul.controls