mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Minor reviewable alignment fixes
This commit is contained in:
@@ -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}}
|
||||||
|
|||||||
Reference in New Issue
Block a user