Change more comments link
This commit is contained in:
parent
5d83402dc3
commit
ef128575ae
2 changed files with 2 additions and 1 deletions
|
|
@ -60,6 +60,7 @@ For more details see https://wiki.diasporafoundation.org/Updating
|
|||
* Fix "more picture" indication (+n) on mobile by adding a link on the indication [#4592](https://github.com/diaspora/diaspora/pull/4592)
|
||||
* Display errors when photo upload fails [#4509](https://github.com/diaspora/diaspora/issues/4509)
|
||||
* Fix posting to Twitter by correctly catching exception [#4627](https://github.com/diaspora/diaspora/issues/4627)
|
||||
* Change "Show n more comments"-link, fix [#3119](https://github.com/diaspora/diaspora/issues/3119)
|
||||
|
||||
## Features
|
||||
* Add oEmbed content to the mobile view [#4343](https://github.com/diaspora/diaspora/pull/4353)
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{#unless all_comments_loaded}}
|
||||
<div class="show_comments comment {{#unless showExpandCommentsLink}} hidden {{/unless}}">
|
||||
<div class="media">
|
||||
<a href="/posts/{{id}}/comments" class="toggle_post_comments">
|
||||
<a href="/posts/{{id}}#comments" class="toggle_post_comments">
|
||||
{{t "stream.more_comments" count=moreCommentsCount}}
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue