Version 0.0.15.13
We weren’t linking to the source of a reply correctly -----BEGIN PGP SIGNATURE----- iH4EABMKAAYFAlgiRcsACgkQGyx2r7FshZuvPQF/T4yBM7ML4bRH8zJ9tI9yjaNT u71U8PNXtoJNKBFfpkSTBzX9/DVun+OGQZ33GCckAX97ssK+bM8JicLG1fqWKEq9 iDX4NrD2g6PLYSP7f//VUAIgakKlXfIHOUTLEm7KoJk= =t4ms -----END PGP SIGNATURE----- Merge tag 'v0.0.15.13' into develop Version 0.0.15.13 We weren’t linking to the source of a reply correctly
This commit is contained in:
commit
edb3c9cd8d
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
# 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)
|
||||
- Fix micropub client in-reply-to name
|
||||
|
||||
|
|
|
@ -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
Reference in a new issue