Put message before the commit on lists (closes #93)

This commit is contained in:
Piotr Sarnacki 2013-01-11 18:36:22 +01:00
parent 42e93c9f94
commit 4519736fcd
2 changed files with 4 additions and 5 deletions

View File

@ -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>

View File

@ -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