mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-12-30 04:09:57 +01:00
Apply label style to file size
This commit is contained in:
@@ -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)){
|
||||
|
||||
Reference in New Issue
Block a user