mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-09 06:55:54 +01:00
(refs #11) Add button for batch update.
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
@(body: Html)
|
||||
@(buttonValue: String = "")(body: Html)
|
||||
<div class="btn-group">
|
||||
<button class="btn btn-mini dropdown-toggle" data-toggle="dropdown">
|
||||
<i class="icon-cog"></i>
|
||||
@if(buttonValue == ""){
|
||||
<i class="icon-cog"></i>
|
||||
} else {
|
||||
<strong>@buttonValue</strong>
|
||||
}
|
||||
<span class="caret"></span>
|
||||
</button>
|
||||
<ul class="dropdown-menu">
|
||||
|
||||
Reference in New Issue
Block a user