summaryrefslogtreecommitdiff
path: root/app/views/projects/pages_domains
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-13 15:03:53 -0500
committerClement Ho <ClemMakesApps@gmail.com>2018-04-13 15:03:53 -0500
commit0d55554590e4653ed114a69b4b9cd71688b9e8a5 (patch)
treef9eddc1adc264941ede27f7509c4576db2bfde02 /app/views/projects/pages_domains
parent43de46e28aa023a71ba0dd0c61795773baaf4cc6 (diff)
downloadgitlab-ce-0d55554590e4653ed114a69b4b9cd71688b9e8a5.tar.gz
[skip ci] fix overzealous .badge-pill renames from scss migration script
Diffstat (limited to 'app/views/projects/pages_domains')
-rw-r--r--app/views/projects/pages_domains/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/pages_domains/show.html.haml b/app/views/projects/pages_domains/show.html.haml
index 821cf33fdf4..5b00132410e 100644
--- a/app/views/projects/pages_domains/show.html.haml
+++ b/app/views/projects/pages_domains/show.html.haml
@@ -44,7 +44,7 @@
= form_tag verify_project_pages_domain_path(@project, @domain) do
.status-badge
- text, status = @domain.unverified? ? [_('Unverified'), 'badge-danger'] : [_('Verified'), 'badge-success']
- .label{ class: status }
+ .badge{ class: status }
= text
%button.btn.has-tooltip{ type: "submit", data: { container: 'body' }, title: _("Retry verification") }
= sprite_icon('redo')