Apply label style to file size

This commit is contained in:
Mitsuhiro Koga
2017-02-12 14:32:02 +09:00
parent ab1adc48f8
commit fbd34dc89f

View File

@@ -54,7 +54,7 @@
@helpers.avatar(latestCommit, 28)
@helpers.user(latestCommit.authorName, latestCommit.authorEmailAddress, "username strong")
<span class="muted">@gitbucket.core.helper.html.datetimeago(latestCommit.commitTime)</span>
@helpers.readableSize(content.size)
<span class="label label-default">@helpers.readableSize(content.size)</span>
<a href="@helpers.url(repository)/commit/@latestCommit.id" class="commit-message">@helpers.link(latestCommit.summary, repository)</a>
<div class="btn-group pull-right">
@if(hasWritePermission && content.viewType == "text" && repository.branchList.contains(branch)){