summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2018-08-21 17:03:33 +0100
committerFilipa Lacerda <filipa@gitlab.com>2018-08-21 17:03:33 +0100
commitc773f24a8e8ac33f07fa19d62476e4c3dbed2f1f (patch)
tree0dac8aba2958bac0197ab42e86af5841702d1b43
parentd2590b154228ed49dd4a949c889fb6234343ec94 (diff)
downloadgitlab-ce-c773f24a8e8ac33f07fa19d62476e4c3dbed2f1f.tar.gz
Shows download artifacts button for pipelines on small screens
-rw-r--r--app/assets/javascripts/pipelines/components/pipelines_table_row.vue2
-rw-r--r--changelogs/unreleased/50524-artifacts-sm.yml5
2 files changed, 6 insertions, 1 deletions
diff --git a/app/assets/javascripts/pipelines/components/pipelines_table_row.vue b/app/assets/javascripts/pipelines/components/pipelines_table_row.vue
index 804822a3ea8..29b347824de 100644
--- a/app/assets/javascripts/pipelines/components/pipelines_table_row.vue
+++ b/app/assets/javascripts/pipelines/components/pipelines_table_row.vue
@@ -330,7 +330,7 @@ export default {
<pipelines-artifacts-component
v-if="pipeline.details.artifacts.length"
:artifacts="pipeline.details.artifacts"
- class="d-none d-sm-none d-md-block"
+ class="d-md-block"
/>
<loading-button
diff --git a/changelogs/unreleased/50524-artifacts-sm.yml b/changelogs/unreleased/50524-artifacts-sm.yml
new file mode 100644
index 00000000000..22bd097f911
--- /dev/null
+++ b/changelogs/unreleased/50524-artifacts-sm.yml
@@ -0,0 +1,5 @@
+---
+title: Shows download artifacts button for pipelines on small screens
+merge_request:
+author:
+type: changed