fix margin/padding for "original post deleted"-message
This commit is contained in:
parent
267a1df3c4
commit
cde9b24476
2 changed files with 10 additions and 18 deletions
|
|
@ -1,16 +1,11 @@
|
|||
<div class="reshare">
|
||||
|
||||
{{#if root}}
|
||||
|
||||
<div class="media">
|
||||
|
||||
<div class="media">
|
||||
{{#if root}}
|
||||
{{#with root}}
|
||||
<a href="/people/{{author.guid}}" class="img {{{hovercardable this}}}">
|
||||
{{{personImage author 'small'}}}
|
||||
</a>
|
||||
{{/with}}
|
||||
|
||||
{{#with root}}
|
||||
<div class="bd">
|
||||
<div>
|
||||
{{#linkToAuthor author}}
|
||||
|
|
@ -33,14 +28,10 @@
|
|||
|
||||
{{> status-message}}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
{{else}}
|
||||
|
||||
<p>
|
||||
{{t "stream.original_post_deleted"}}
|
||||
</p>
|
||||
{{/if}}
|
||||
|
||||
{{else}}
|
||||
<p>
|
||||
{{t "stream.original_post_deleted"}}
|
||||
</p>
|
||||
{{/if}}
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -12,7 +12,8 @@
|
|||
- if !post.activity_streams?
|
||||
= render 'status_messages/status_message', :post => post, :photos => post.photos
|
||||
- else
|
||||
= t('.deleted')
|
||||
.content
|
||||
= t('.deleted')
|
||||
|
||||
.reshare_via
|
||||
%span
|
||||
|
|
|
|||
Loading…
Reference in a new issue