1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

more UI minor fixes

This commit is contained in:
Unknwon
2015-12-02 20:56:26 -05:00
parent c4bab163cb
commit ec2423ad7c
10 changed files with 37 additions and 35 deletions

View File

@@ -16,11 +16,11 @@
{{if .Commits}}
<div class="ui attached table segment">
<table class="ui very basic striped fixed single line" id="commits-table">
<table class="ui very basic striped fixed table single line" id="commits-table">
<thead>
<tr>
<th class="four wide">{{.i18n.Tr "repo.commits.author"}}</th>
<th class="nine wide message"><span class="ui sha label">&nbsp;&nbsp;&nbsp;SHA1&nbsp;&nbsp;&nbsp;</span> {{.i18n.Tr "repo.commits.message"}}</th>
<th class="nine wide message"><span class="sha">SHA1</span> {{.i18n.Tr "repo.commits.message"}}</th>
<th class="three wide right aligned">{{.i18n.Tr "repo.commits.date"}}</th>
</tr>
</thead>