We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
commits-table
1 parent 5e8e3ec commit 5c2089aCopy full SHA for 5c2089a
templates/repo/commits_list.tmpl
@@ -2,10 +2,10 @@
2
<table class="ui very basic striped table unstackable fixed" id="commits-table">
3
<thead>
4
<tr>
5
- <th class="four wide">{{.locale.Tr "repo.commits.author"}}</th>
+ <th class="three wide">{{.locale.Tr "repo.commits.author"}}</th>
6
<th class="two wide sha">SHA1</th>
7
- <th class="seven wide message">{{.locale.Tr "repo.commits.message"}}</th>
8
- <th class="three wide right aligned">{{.locale.Tr "repo.commits.date"}}</th>
+ <th class="nine wide message">{{.locale.Tr "repo.commits.message"}}</th>
+ <th class="two wide right aligned">{{.locale.Tr "repo.commits.date"}}</th>
9
</tr>
10
</thead>
11
<tbody class="commit-list">
0 commit comments