Add back-to-top button on tag and user pages

This commit is contained in:
Steffen van Bergerem 2013-05-31 01:55:27 +02:00
parent 608a316bdd
commit 272cf60788
3 changed files with 7 additions and 1 deletions

View file

@ -12,6 +12,7 @@
* Fix post preview from tag pages [#4157](https://github.com/diaspora/diaspora/issues/4157)
* Fix tags ordering in chrome [#4133](https://github.com/diaspora/diaspora/issues/4133)
* Fix src URL for oEmbed iFrame [#4178](https://github.com/diaspora/diaspora/pull/4178)
* Add back-to-top button on tag and user pages [#4185](https://github.com/diaspora/diaspora/issues/4185)
## Features

View file

@ -36,3 +36,6 @@
#paginate
%span.loader.hidden
%a{:id=>"back-to-top", :title=>"#{t('layouts.application.back_to_top')}", :href=>"#"}
⇧

View file

@ -41,4 +41,6 @@
#main_stream.stream
#paginate
%a{:id=>"back-to-top", :title=>"#{t('layouts.application.back_to_top')}", :href=>"#"}
⇧