Skip to content
Extraits de code Groupes Projets
Valider 2139f4b4 rédigé par Steffen van Bergerem's avatar Steffen van Bergerem Validation de Benjamin Neff
Parcourir les fichiers

Use div instead of span for loader

closes #7091
parent 12e9e551
Aucune requête de fusion associée trouvée
......@@ -6,7 +6,7 @@
* Make the session cookies HttpOnly again [#7041](https://github.com/diaspora/diaspora/pull/7041)
* Invalidate sessions with invalid CSRF tokens [#7050](https://github.com/diaspora/diaspora/pull/7050)
* Liking a post will no longer update its interacted timestamp [#7030](https://github.com/diaspora/diaspora/pull/7030)
* Improve W3C compliance [#7068](https://github.com/diaspora/diaspora/pull/7068) [#7082](https://github.com/diaspora/diaspora/pull/7082)
* Improve W3C compliance [#7068](https://github.com/diaspora/diaspora/pull/7068) [#7082](https://github.com/diaspora/diaspora/pull/7082) [#7091](https://github.com/diaspora/diaspora/pull/7091)
* Load jQuery in the head on mobile [#7086](https://github.com/diaspora/diaspora/pull/7086)
## Bug fixes
......
......@@ -14,7 +14,7 @@
.stream#main_stream
#paginate
%span.loader.hidden
.loader.hidden
.spinner
- if current_user.contacts.size < 2
......
......@@ -30,7 +30,7 @@
= t('invitations.new.invite_someone_to_join')
#paginate
%span.loader.hidden
.loader.hidden
.spinner
-if @aspect
......
......@@ -27,7 +27,7 @@
-# JS
#paginate
%span.loader.hidden
.loader.hidden
.spinner
%a.entypo-chevron-up.back-to-top#back-to-top{title: "#{t('layouts.application.back_to_top')}", href: "#"}
......
......@@ -31,7 +31,7 @@
#main_stream.stream
#paginate
%span.loader.hidden
.loader.hidden
.spinner
%a.entypo-chevron-up.back-to-top#back-to-top{title: "#{t('layouts.application.back_to_top')}", href: "#"}
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter