Add loading indicator on tag pages, remove the second one from the profile page

This commit is contained in:
Steffen van Bergerem 2013-06-13 10:38:11 +02:00
parent 6948462f66
commit a8ade65e1a
3 changed files with 3 additions and 2 deletions

View file

@ -22,6 +22,7 @@
* Unify hide and ignore [#3828](https://github.com/diaspora/diaspora/issues/3828)
* Remove alpha branding [#4196](https://github.com/diaspora/diaspora/issues/4196)
* Fix dynamic loading of asset_sync
* Add loading indicator on tag pages, remove the second one from the profile page [#4041](https://github.com/diaspora/diaspora/issues/4041)
## Features

View file

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

View file

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