We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66a391a commit 999b271Copy full SHA for 999b271
src/main/twirl/gitbucket/notifications/issue.scala.html
@@ -8,9 +8,9 @@
8
<span class="muted small strong">Notifications</span>
9
<div class="pull-right">
10
@if(subscribed){
11
- <input type="button" class="btn btn-default issue-notification" value="Unsubscribe" data-subscribed="false" />
+ <input type="button" class="btn btn-default btn-sm strong issue-notification" value="Unsubscribe" data-subscribed="false" />
12
} else {
13
- <input type="button" class="btn btn-default issue-notification" value="Subscribe" data-subscribed="true" />
+ <input type="button" class="btn btn-default btn-sm strong issue-notification" value="Subscribe" data-subscribed="true" />
14
}
15
</div>
16
0 commit comments