summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/pipelines/components/pipelines_table_row.vue
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-05-10 12:22:56 -0700
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-05-10 12:22:56 -0700
commitbed783ac15453f60651f861803bba93c622625ba (patch)
treed560107fff213edcc6abb51f215a029b1e5fd740 /app/assets/javascripts/pipelines/components/pipelines_table_row.vue
parente42f7e2a5a733d7c3682bd7d15e509e1943003bc (diff)
downloadgitlab-ce-bed783ac15453f60651f861803bba93c622625ba.tar.gz
Rename btn-secondary to btn-default
Diffstat (limited to 'app/assets/javascripts/pipelines/components/pipelines_table_row.vue')
-rw-r--r--app/assets/javascripts/pipelines/components/pipelines_table_row.vue2
1 files changed, 1 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 8f65ec75992..0dcda8a2234 100644
--- a/app/assets/javascripts/pipelines/components/pipelines_table_row.vue
+++ b/app/assets/javascripts/pipelines/components/pipelines_table_row.vue
@@ -303,7 +303,7 @@
<async-button-component
v-if="pipeline.flags.retryable"
:endpoint="pipeline.retry_path"
- css-class="js-pipelines-retry-button btn-secondary btn-retry"
+ css-class="js-pipelines-retry-button btn-default btn-retry"
title="Retry"
icon="repeat"
:pipeline-id="pipeline.id"