Skip to content

Commit 999b271

Browse files
committed
Fix Subscribe/Unsubscribe button style
1 parent 66a391a commit 999b271

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/main/twirl/gitbucket/notifications/issue.scala.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
<span class="muted small strong">Notifications</span>
99
<div class="pull-right">
1010
@if(subscribed){
11-
<input type="button" class="btn btn-default issue-notification" value="Unsubscribe" data-subscribed="false" />
11+
<input type="button" class="btn btn-default btn-sm strong issue-notification" value="Unsubscribe" data-subscribed="false" />
1212
} else {
13-
<input type="button" class="btn btn-default issue-notification" value="Subscribe" data-subscribed="true" />
13+
<input type="button" class="btn btn-default btn-sm strong issue-notification" value="Subscribe" data-subscribed="true" />
1414
}
1515
</div>
1616
</div>

0 commit comments

Comments
 (0)