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-04-10 23:40:44 +0300
committerClement Ho <ClemMakesApps@gmail.com>2018-04-10 23:40:44 +0300
commitc52be3c77ee4c20793684e23a902c595f69de9cf (patch)
tree10ff5c4329f47119341db17fdaa3a5f7901d3c5d /app/views/shared/snippets
parentfee51cf693feca820a862a40d6efffd6f268ee42 (diff)
[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