Skip to content
Extraits de code Groupes Projets
Valider 5020ac45 rédigé par Steffen van Bergerem's avatar Steffen van Bergerem
Parcourir les fichiers

Merge branch 'stable' into develop

parents 05e87b31 11028462
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -92,6 +92,7 @@ With the port to Bootstrap 3, app/views/terms/default.haml has a new structure.
* Links in the left sidebar are now clickable on full width [#6267](https://github.com/diaspora/diaspora/pull/6267)
* Guard against passing nil into person\_image\_tag [#6286](https://github.com/diaspora/diaspora/pull/6286)
* Prevent Handlebars from messing up indentation of pre tags [#6339](https://github.com/diaspora/diaspora/pull/6339)
* Fix pagination design on notifications page [#6364](https://github.com/diaspora/diaspora/pull/6364)
## Features
......
......@@ -647,7 +647,7 @@ form#new_user.new_user input.btn {
text-shadow: 1px 1px 20px rgb(126, 240, 77);
}
#conversation_inbox {
#conversation_inbox, .notifications {
div.pagination {
width: 100%;
margin-left: auto;
......
......@@ -24,4 +24,9 @@
.time_notif
= timeago(note.created_at)
= will_paginate @notifications, renderer: WillPaginate::ActionView::BootstrapLinkRenderer
= will_paginate @notifications,
previous_label: "«",
next_label: "»",
inner_window: 1,
outer_window: 0,
renderer: WillPaginate::ActionView::BootstrapLinkRenderer
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