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

View File

@ -43,7 +43,6 @@
table.list
tbody
td
cursor: pointer
background-color: $color-bg-job
tr:hover td
background-color: $color-bg-job-highlight