summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Gray <annabel.m.gray@gmail.com>2018-08-21 17:09:08 +0000
committerAnnabel Gray <annabel.m.gray@gmail.com>2018-08-21 17:09:08 +0000
commitbb5c1af78ab29c7cfcbd9a3de594b31359c236f2 (patch)
tree0dac8aba2958bac0197ab42e86af5841702d1b43
parentd2590b154228ed49dd4a949c889fb6234343ec94 (diff)
parentc773f24a8e8ac33f07fa19d62476e4c3dbed2f1f (diff)
downloadgitlab-ce-bb5c1af78ab29c7cfcbd9a3de594b31359c236f2.tar.gz
Merge branch '50524-artifacts-sm' into 'master'
Resolve "Download artifacts button not available on mobile" Closes #50524 See merge request gitlab-org/gitlab-ce!21332
-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