Fix button style

This commit is contained in:
Naoki Takezoe
2017-09-12 11:58:48 +09:00
parent f9fda26e7a
commit 451a6ef359

View File

@@ -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){