summaryrefslogtreecommitdiff
path: root/app/views/projects/diffs/_stats.html.haml
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-09 16:36:25 -0500
committerClement Ho <ClemMakesApps@gmail.com>2018-04-09 16:36:25 -0500
commit35991d16629559f2fd67be706fc80088dfb64638 (patch)
tree355dbb43e4b01a92937069e7ba0f5c82a5f2b60b /app/views/projects/diffs/_stats.html.haml
parent0aaccbfa6be6349d03d1e6b04211a9a0cf23ab19 (diff)
downloadgitlab-ce-35991d16629559f2fd67be706fc80088dfb64638.tar.gz
[skip ci] Replace hidden-sm
Diffstat (limited to 'app/views/projects/diffs/_stats.html.haml')
-rw-r--r--app/views/projects/diffs/_stats.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/diffs/_stats.html.haml b/app/views/projects/diffs/_stats.html.haml
index 6a64bc52782..637ea62200b 100644
--- a/app/views/projects/diffs/_stats.html.haml
+++ b/app/views/projects/diffs/_stats.html.haml
@@ -10,7 +10,7 @@
%strong.cgreen= pluralize(sum_added_lines, 'addition')
and
%strong.cred= pluralize(sum_removed_lines, 'deletion')
- .diff-stats-additions-deletions-collapsed.float-right.hidden-xs.hidden-sm{ "aria-hidden": "true", "aria-describedby": "diff-stats" }
+ .diff-stats-additions-deletions-collapsed.float-right.d-none.d-sm-none.d-md-block{ "aria-hidden": "true", "aria-describedby": "diff-stats" }
%strong.cgreen<
+#{sum_added_lines}
%strong.cred<