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>
|
||||
</td>
|
||||
<td>
|
||||
{{format-date rs.created_at}}
|
||||
{{format-date rs.created_at format="tiny"}}
|
||||
</td>
|
||||
|
||||
<td class="reviewable-score-spacer">
|
||||
@@ -46,7 +46,7 @@
|
||||
</tr>
|
||||
{{#if rs.reviewable_conversation}}
|
||||
<tr>
|
||||
<td colspan='4'>
|
||||
<td colspan='7'>
|
||||
<div class='reviewable-conversation'>
|
||||
{{#each rs.reviewable_conversation.conversation_posts as |p index|}}
|
||||
{{reviewable-conversation-post post=p index=index}}
|
||||
|
||||
Reference in New Issue
Block a user