fix reshare tempalte; reorder header
This commit is contained in:
parent
e6e49bbf1f
commit
f7e09df49b
3 changed files with 34 additions and 38 deletions
|
|
@ -1,20 +1,19 @@
|
|||
<div class="container" style="position:relative;">
|
||||
|
||||
|
||||
<a href="/participate">
|
||||
<a href="/explore">
|
||||
<img alt="Logo_small" class="diaspora_header_logo" height="38px" width="65px" src="{{imageUrl "/images/header-logo.png"}}" />
|
||||
</a>
|
||||
|
||||
<span class="header-nav">
|
||||
<span>
|
||||
<a href="/participate">
|
||||
{{t "participate"}}
|
||||
<a href="/explore">
|
||||
{{t "explore"}}
|
||||
</a>
|
||||
</span>
|
||||
|
||||
<span>
|
||||
<a href="/explore">
|
||||
{{t "explore"}}
|
||||
<a href="/participate">
|
||||
{{t "participate"}}
|
||||
</a>
|
||||
</span>
|
||||
</span>
|
||||
|
|
|
|||
|
|
@ -2,34 +2,37 @@
|
|||
|
||||
{{#if root}}
|
||||
|
||||
<div class="media">
|
||||
|
||||
{{#with root}}
|
||||
<a href="/people/{{author.guid}}">
|
||||
<a href="/people/{{author.guid}}" class="img">
|
||||
<img src="{{author.avatar.small}}" class="avatar" />
|
||||
</a>
|
||||
{{/with}}
|
||||
|
||||
<div class="content">
|
||||
<div class="post_initial_info">
|
||||
<span class="from">
|
||||
<a href="/people/{{author.guid}}">
|
||||
{{#with root}}
|
||||
<div class="bd">
|
||||
<div>
|
||||
<a href="/people/{{author.guid}}" class="author">
|
||||
{{author.name}}
|
||||
</a>
|
||||
</span>
|
||||
|
||||
<span class="details">
|
||||
<span class="details grey">
|
||||
-
|
||||
<a href="/posts/{{id}}">
|
||||
<time class="timeago" datetime="{{created_at}}"/>
|
||||
</a>
|
||||
</span>
|
||||
|
||||
{{#if reshares_count}}
|
||||
-
|
||||
{{t "stream.reshares" count=reshares_count}}
|
||||
{{/if}}
|
||||
</span>
|
||||
</div>
|
||||
{{/with}}
|
||||
|
||||
{{> status-message}}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -561,13 +561,7 @@ ul.as-selections
|
|||
|
||||
|
||||
.stream_element .reshare
|
||||
:padding
|
||||
:left 10px
|
||||
:border-left 2px solid #ddd
|
||||
:margin
|
||||
:top 5px
|
||||
:bottom 10px
|
||||
|
||||
|
||||
form.new_comment
|
||||
input
|
||||
|
|
|
|||
Loading…
Reference in a new issue