Put message before the commit on lists (closes #93)
This commit is contained in:
parent
42e93c9f94
commit
4519736fcd
|
@ -3,8 +3,8 @@
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>{{t builds.name}}</th>
|
<th>{{t builds.name}}</th>
|
||||||
<th>{{t builds.commit}}</th>
|
|
||||||
<th>{{t builds.message}}</th>
|
<th>{{t builds.message}}</th>
|
||||||
|
<th>{{t builds.commit}}</th>
|
||||||
<th>{{t builds.duration}}</th>
|
<th>{{t builds.duration}}</th>
|
||||||
<th>{{t builds.finished_at}}</th>
|
<th>{{t builds.finished_at}}</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -21,14 +21,14 @@
|
||||||
</a>
|
</a>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</td>
|
</td>
|
||||||
|
<td class="message">
|
||||||
|
{{{formatMessage commit.message short="true"}}}
|
||||||
|
</td>
|
||||||
<td class="commit">
|
<td class="commit">
|
||||||
<a {{bindAttr href="view.urlGithubCommit"}}>
|
<a {{bindAttr href="view.urlGithubCommit"}}>
|
||||||
{{formatCommit commit}}
|
{{formatCommit commit}}
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td class="message">
|
|
||||||
{{{formatMessage commit.message short="true"}}}
|
|
||||||
</td>
|
|
||||||
<td class="duration" {{bindAttr title="duration"}}>
|
<td class="duration" {{bindAttr title="duration"}}>
|
||||||
{{formatDuration duration}}
|
{{formatDuration duration}}
|
||||||
</td>
|
</td>
|
||||||
|
|
|
@ -43,7 +43,6 @@
|
||||||
table.list
|
table.list
|
||||||
tbody
|
tbody
|
||||||
td
|
td
|
||||||
cursor: pointer
|
|
||||||
background-color: $color-bg-job
|
background-color: $color-bg-job
|
||||||
tr:hover td
|
tr:hover td
|
||||||
background-color: $color-bg-job-highlight
|
background-color: $color-bg-job-highlight
|
||||||
|
|
Loading…
Reference in New Issue
Block a user