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