File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- <table id="repo-files-table" class="ui single line table fixed ">
1
+ <table id="repo-files-table" class="ui single line table">
2
2
<thead>
3
3
<tr class="commit-list">
4
4
<th colspan="2">
62
62
</span>
63
63
</td>
64
64
{{else}}
65
- <td class="name">
65
+ <td class="name four wide ">
66
66
<span class="truncate">
67
67
{{if $entry.IsDir}}
68
68
{{$subJumpablePathName := $entry.GetSubJumpablePathName}}
82
82
</span>
83
83
</td>
84
84
{{end}}
85
- <td class="message">
85
+ <td class="message nine wide ">
86
86
<span class="truncate has-emoji">
87
87
<a href="{{$.RepoLink}}/commit/{{$commit.ID}}" title="{{$commit.Summary}}">{{$commit.Summary}}</a>
88
88
</span>
89
89
</td>
90
- <td class="text grey right age">{{TimeSince $commit.Committer.When $.Lang}}</td>
90
+ <td class="text grey right age three wide ">{{TimeSince $commit.Committer.When $.Lang}}</td>
91
91
</tr>
92
92
{{end}}
93
93
</tbody>
You can’t perform that action at this time.
0 commit comments