Fix permalink not working for remote statuses
This commit is contained in:
parent
f51d4a6be4
commit
b034d159a9
|
@ -12,7 +12,7 @@
|
|||
</h3>
|
||||
<p class="status-meta-right">
|
||||
<span><%= display_timestamp(@note["published"]) %></span>
|
||||
<a href="<%= @note["url"] %>" class="status-permalink">Permalink</a>
|
||||
<a href="<%= @note["url"] || @note["id"] %>" class="status-permalink">Permalink</a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="status-content">
|
||||
|
|
Loading…
Reference in New Issue