mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-01-09 00:52:20 +01:00
Fix button style
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
<tr>
|
||||
<th class="box-header">
|
||||
<div class="pull-right align-right">
|
||||
<a href="@helpers.url(repository)/tree/@commit.id" class="btn btn-small">Browse code</a>
|
||||
<a href="@helpers.url(repository)/tree/@commit.id" class="btn btn-default">Browse code</a>
|
||||
</div>
|
||||
<div class="commit-log">@helpers.link(commit.summary, repository)</div>
|
||||
@if(commit.description.isDefined){
|
||||
|
||||
Reference in New Issue
Block a user