fix margin/padding for "original post deleted"-message

This commit is contained in:
Benjamin Neff 2015-05-18 00:29:38 +02:00 committed by Dennis Schubert
parent 267a1df3c4
commit cde9b24476
2 changed files with 10 additions and 18 deletions

View file

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

View file

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