Merge pull request #4191 from svbergerem/4185-BackToTop-other-streams
Add back-to-top button on tag and user pages
This commit is contained in:
commit
619ffa9d74
3 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -36,3 +36,6 @@
|
|||
|
||||
#paginate
|
||||
%span.loader.hidden
|
||||
|
||||
%a{:id=>"back-to-top", :title=>"#{t('layouts.application.back_to_top')}", :href=>"#"}
|
||||
⇧
|
||||
|
|
|
|||
|
|
@ -41,4 +41,6 @@
|
|||
#main_stream.stream
|
||||
|
||||
#paginate
|
||||
|
||||
|
||||
%a{:id=>"back-to-top", :title=>"#{t('layouts.application.back_to_top')}", :href=>"#"}
|
||||
⇧
|
||||
|
|
|
|||
Loading…
Reference in a new issue