Do not reload Streams asynchronously
Fixes #6494 and #6473
Partly reverts 517cd56f21
[ci skip]
This commit is contained in:
parent
123e6d1dd4
commit
aabe6951e5
1 changed files with 3 additions and 3 deletions
|
|
@ -1,19 +1,19 @@
|
|||
<div class="container" style="position:relative;">
|
||||
|
||||
<a href="/stream" rel="backbone" data-stream-title="{{t "my_stream"}}">
|
||||
<a href="/stream" data-stream-title="{{t "my_stream"}}">
|
||||
<div alt="logo" class="diaspora_header_logo logos-header-logo">
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<span class="header-nav">
|
||||
<span>
|
||||
<a href="/stream" rel="backbone">
|
||||
<a href="/stream">
|
||||
{{t "my_stream"}}
|
||||
</a>
|
||||
</span>
|
||||
|
||||
<span>
|
||||
<a href="/activity" rel="backbone">
|
||||
<a href="/activity">
|
||||
{{t "my_activity"}}
|
||||
</a>
|
||||
</span>
|
||||
|
|
|
|||
Loading…
Reference in a new issue