Change more comments link

This commit is contained in:
Steffen van Bergerem 2013-12-30 13:20:58 +01:00
parent 5d83402dc3
commit ef128575ae
2 changed files with 2 additions and 1 deletions

View file

@ -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) * 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) * 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) * 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 ## Features
* Add oEmbed content to the mobile view [#4343](https://github.com/diaspora/diaspora/pull/4353) * Add oEmbed content to the mobile view [#4343](https://github.com/diaspora/diaspora/pull/4353)

View file

@ -1,7 +1,7 @@
{{#unless all_comments_loaded}} {{#unless all_comments_loaded}}
<div class="show_comments comment {{#unless showExpandCommentsLink}} hidden {{/unless}}"> <div class="show_comments comment {{#unless showExpandCommentsLink}} hidden {{/unless}}">
<div class="media"> <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}} {{t "stream.more_comments" count=moreCommentsCount}}
</a> </a>
</div> </div>