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
|
@ -1,5 +1,8 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## Verison 0.0.15.13 (2016-11-08)
|
||||||
|
- Link to the source of a reply correctly (issue#33)
|
||||||
|
|
||||||
## Version 0.0.15.12 (2016-11-07)
|
## Version 0.0.15.12 (2016-11-07)
|
||||||
- Fix micropub client in-reply-to name
|
- Fix micropub client in-reply-to name
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
{!! $note->twitter->html !!}
|
{!! $note->twitter->html !!}
|
||||||
@elseif ($note->in_reply_to)
|
@elseif ($note->in_reply_to)
|
||||||
<div class="p-in-reply-to h-cite 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>
|
</div>
|
||||||
@endif
|
@endif
|
||||||
<div class="note">
|
<div class="note">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue