Minor reviewable alignment fixes

This commit is contained in:
Kris
2019-04-10 14:22:46 -04:00
parent 3c65c3398a
commit 689c7f5410

View File

@@ -15,7 +15,7 @@
<span class="badge-notification new-posts score">{{format-score rs.score}}</span> <span class="badge-notification new-posts score">{{format-score rs.score}}</span>
</td> </td>
<td> <td>
{{format-date rs.created_at}} {{format-date rs.created_at format="tiny"}}
</td> </td>
<td class="reviewable-score-spacer"> <td class="reviewable-score-spacer">
@@ -46,7 +46,7 @@
</tr> </tr>
{{#if rs.reviewable_conversation}} {{#if rs.reviewable_conversation}}
<tr> <tr>
<td colspan='4'> <td colspan='7'>
<div class='reviewable-conversation'> <div class='reviewable-conversation'>
{{#each rs.reviewable_conversation.conversation_posts as |p index|}} {{#each rs.reviewable_conversation.conversation_posts as |p index|}}
{{reviewable-conversation-post post=p index=index}} {{reviewable-conversation-post post=p index=index}}