We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9308f1 commit 96242f8Copy full SHA for 96242f8
1 file changed
src/main/resources/org/jenkinsci/plugins/github/admin/GitHubHookRegisterProblemMonitor/message.groovy
@@ -2,10 +2,10 @@ package org.jenkinsci.plugins.github.admin.GitHubHookRegisterProblemMonitor
2
3
def f = namespace(lib.FormTagLib)
4
5
-div(class: 'warning') {
+div(class: 'alert alert-warning') {
6
form(method: 'post', action: "${rootURL}/${my?.url}/act", name: my?.id) {
7
- text(_('hook.registering.problem'))
8
f.submit(name: 'yes', value: _('view'))
9
f.submit(name: 'no', value: _('dismiss'))
10
}
+ text(_('hook.registering.problem'))
11
0 commit comments