Link correctly to the source of a reply
This commit is contained in:
parent
1e1de130c8
commit
c4cf813ff0
2 changed files with 4 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
{!! $note->twitter->html !!}
|
||||
@elseif ($note->in_reply_to)
|
||||
<div class="p-in-reply-to h-cite reply-to">
|
||||
In reply to <a href="{{ $note->reply_to }}" class="u-url">{{ $note->in_reply_to }}</a>
|
||||
In reply to <a href="{{ $note->in_reply_to }}" class="u-url">{{ $note->in_reply_to }}</a>
|
||||
</div>
|
||||
@endif
|
||||
<div class="note">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue