From 2bc80b03d27acc4f99e60e130e3a6078eca08a43 Mon Sep 17 00:00:00 2001 From: Lukas Eipert Date: Tue, 27 Mar 2018 16:45:32 +0200 Subject: add tooltip to "retry verification" --- app/views/projects/pages_domains/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/projects/pages_domains/show.html.haml b/app/views/projects/pages_domains/show.html.haml index 62377914d18..360c4b923e5 100644 --- a/app/views/projects/pages_domains/show.html.haml +++ b/app/views/projects/pages_domains/show.html.haml @@ -41,7 +41,7 @@ - text, status = @domain.unverified? ? ['Unverified', 'label-danger'] : ['Verified', 'label-success'] .label{ class: status } = text - %button.btn{ type: "submit" } + %button.btn.has-tooltip{ type: "submit", title: _("Retry verification") } = sprite_icon('redo') .input-group = text_field_tag :domain_verification, verification_record, class: "monospace js-select-on-focus form-control", readonly: true -- cgit v1.2.1