File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 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">
22 <thead>
33 <tr class="commit-list">
44 <th colspan="2">
6262 </span>
6363 </td>
6464 {{else}}
65- <td class="name">
65+ <td class="name four wide ">
6666 <span class="truncate">
6767 {{if $entry.IsDir}}
6868 {{$subJumpablePathName := $entry.GetSubJumpablePathName}}
8282 </span>
8383 </td>
8484 {{end}}
85- <td class="message">
85+ <td class="message nine wide ">
8686 <span class="truncate has-emoji">
8787 <a href="{{$.RepoLink}}/commit/{{$commit.ID}}" title="{{$commit.Summary}}">{{$commit.Summary}}</a>
8888 </span>
8989 </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>
9191 </tr>
9292 {{end}}
9393 </tbody>
You can’t perform that action at this time.
0 commit comments