From 8cc0d30ee947d43dd3709e3152f100753c5dd6cf Mon Sep 17 00:00:00 2001 From: Sylvain Date: Tue, 29 Sep 2020 14:35:42 +0200 Subject: [PATCH] fix fontawesome left arrows --- app/frontend/src/stylesheets/app.layout.scss | 5 ++--- app/frontend/templates/admin/abuses/index.html | 2 +- app/frontend/templates/admin/admins/new.html | 2 +- app/frontend/templates/admin/authentications/edit.html | 2 +- app/frontend/templates/admin/authentications/new.html | 2 +- app/frontend/templates/admin/calendar/calendar.html | 2 +- app/frontend/templates/admin/calendar/icalendar.html | 2 +- app/frontend/templates/admin/coupons/edit.html | 2 +- app/frontend/templates/admin/coupons/new.html | 2 +- app/frontend/templates/admin/events/index.html | 2 +- app/frontend/templates/admin/events/reservations.html | 2 +- app/frontend/templates/admin/invoices/index.html | 2 +- app/frontend/templates/admin/managers/new.html | 2 +- app/frontend/templates/admin/members/edit.html | 2 +- app/frontend/templates/admin/members/import.html | 2 +- app/frontend/templates/admin/members/import_result.html | 2 +- app/frontend/templates/admin/members/index.html | 2 +- app/frontend/templates/admin/members/new.html | 2 +- app/frontend/templates/admin/open_api_clients/index.html.erb | 2 +- app/frontend/templates/admin/plans/edit.html | 2 +- app/frontend/templates/admin/plans/new.html | 2 +- app/frontend/templates/admin/pricing/index.html | 2 +- app/frontend/templates/admin/projects/index.html | 2 +- app/frontend/templates/admin/settings/index.html | 2 +- app/frontend/templates/admin/statistics/graphs.html | 2 +- app/frontend/templates/admin/statistics/index.html | 2 +- app/frontend/templates/admin/trainings/edit.html | 2 +- app/frontend/templates/admin/trainings/index.html | 2 +- app/frontend/templates/admin/trainings/new.html | 2 +- app/frontend/templates/calendar/calendar.html | 2 +- app/frontend/templates/dashboard/nav.html | 2 +- app/frontend/templates/events/edit.html | 2 +- app/frontend/templates/events/index.html | 2 +- app/frontend/templates/events/new.html | 2 +- app/frontend/templates/events/show.html | 2 +- app/frontend/templates/machines/edit.html | 2 +- app/frontend/templates/machines/index.html | 2 +- app/frontend/templates/machines/new.html | 2 +- app/frontend/templates/machines/reserve.html | 2 +- app/frontend/templates/machines/show.html | 2 +- app/frontend/templates/members/index.html | 2 +- app/frontend/templates/members/show.html | 2 +- app/frontend/templates/notifications/index.html | 2 +- app/frontend/templates/plans/index.html | 2 +- app/frontend/templates/projects/edit.html | 2 +- app/frontend/templates/projects/index.html | 2 +- app/frontend/templates/projects/new.html | 2 +- app/frontend/templates/projects/show.html | 2 +- app/frontend/templates/shared/leftnav.html | 2 +- app/frontend/templates/spaces/edit.html | 2 +- app/frontend/templates/spaces/index.html | 2 +- app/frontend/templates/spaces/new.html | 2 +- app/frontend/templates/spaces/reserve.html | 2 +- app/frontend/templates/spaces/show.html | 2 +- app/frontend/templates/trainings/index.html | 2 +- app/frontend/templates/trainings/reserve.html | 2 +- app/frontend/templates/trainings/show.html | 2 +- 57 files changed, 58 insertions(+), 59 deletions(-) diff --git a/app/frontend/src/stylesheets/app.layout.scss b/app/frontend/src/stylesheets/app.layout.scss index 0b80d229c..650d6682c 100644 --- a/app/frontend/src/stylesheets/app.layout.scss +++ b/app/frontend/src/stylesheets/app.layout.scss @@ -85,11 +85,10 @@ &:hover { //background-color: $yellow; - } i:before { - content: "\f177"; + content: "\f30a"; } } } @@ -685,4 +684,4 @@ body.container { padding: 6px; text-align: center; vertical-align: middle; -} \ No newline at end of file +} diff --git a/app/frontend/templates/admin/abuses/index.html b/app/frontend/templates/admin/abuses/index.html index 7335971c3..6b0880c6a 100644 --- a/app/frontend/templates/admin/abuses/index.html +++ b/app/frontend/templates/admin/abuses/index.html @@ -2,7 +2,7 @@
- +
diff --git a/app/frontend/templates/admin/admins/new.html b/app/frontend/templates/admin/admins/new.html index 751e789d9..931715766 100644 --- a/app/frontend/templates/admin/admins/new.html +++ b/app/frontend/templates/admin/admins/new.html @@ -2,7 +2,7 @@
- +
diff --git a/app/frontend/templates/admin/authentications/edit.html b/app/frontend/templates/admin/authentications/edit.html index 394e005ea..7558fd20d 100644 --- a/app/frontend/templates/admin/authentications/edit.html +++ b/app/frontend/templates/admin/authentications/edit.html @@ -4,7 +4,7 @@
diff --git a/app/frontend/templates/admin/authentications/new.html b/app/frontend/templates/admin/authentications/new.html index 9dd42a444..6b1b032cd 100644 --- a/app/frontend/templates/admin/authentications/new.html +++ b/app/frontend/templates/admin/authentications/new.html @@ -4,7 +4,7 @@
diff --git a/app/frontend/templates/admin/calendar/calendar.html b/app/frontend/templates/admin/calendar/calendar.html index 15cc710e5..969d746d4 100644 --- a/app/frontend/templates/admin/calendar/calendar.html +++ b/app/frontend/templates/admin/calendar/calendar.html @@ -2,7 +2,7 @@
- +
diff --git a/app/frontend/templates/admin/calendar/icalendar.html b/app/frontend/templates/admin/calendar/icalendar.html index d5641b218..bd010b9e8 100644 --- a/app/frontend/templates/admin/calendar/icalendar.html +++ b/app/frontend/templates/admin/calendar/icalendar.html @@ -2,7 +2,7 @@
- +
diff --git a/app/frontend/templates/admin/coupons/edit.html b/app/frontend/templates/admin/coupons/edit.html index 2bd037ed6..e7e4597a0 100644 --- a/app/frontend/templates/admin/coupons/edit.html +++ b/app/frontend/templates/admin/coupons/edit.html @@ -2,7 +2,7 @@
- +
diff --git a/app/frontend/templates/admin/coupons/new.html b/app/frontend/templates/admin/coupons/new.html index b5749e9ac..f4f198cef 100644 --- a/app/frontend/templates/admin/coupons/new.html +++ b/app/frontend/templates/admin/coupons/new.html @@ -2,7 +2,7 @@
- +
diff --git a/app/frontend/templates/admin/events/index.html b/app/frontend/templates/admin/events/index.html index 54005424a..b5217777a 100644 --- a/app/frontend/templates/admin/events/index.html +++ b/app/frontend/templates/admin/events/index.html @@ -2,7 +2,7 @@
- +
diff --git a/app/frontend/templates/admin/events/reservations.html b/app/frontend/templates/admin/events/reservations.html index 105cd7c72..360f331aa 100644 --- a/app/frontend/templates/admin/events/reservations.html +++ b/app/frontend/templates/admin/events/reservations.html @@ -2,7 +2,7 @@
- +
diff --git a/app/frontend/templates/admin/invoices/index.html b/app/frontend/templates/admin/invoices/index.html index c8fe66959..f07f295bd 100644 --- a/app/frontend/templates/admin/invoices/index.html +++ b/app/frontend/templates/admin/invoices/index.html @@ -2,7 +2,7 @@
- +
diff --git a/app/frontend/templates/admin/managers/new.html b/app/frontend/templates/admin/managers/new.html index 3be9ee367..86f168f70 100644 --- a/app/frontend/templates/admin/managers/new.html +++ b/app/frontend/templates/admin/managers/new.html @@ -2,7 +2,7 @@
- +
diff --git a/app/frontend/templates/admin/members/edit.html b/app/frontend/templates/admin/members/edit.html index af3d04b69..c5ed8482c 100644 --- a/app/frontend/templates/admin/members/edit.html +++ b/app/frontend/templates/admin/members/edit.html @@ -4,7 +4,7 @@
diff --git a/app/frontend/templates/admin/members/import.html b/app/frontend/templates/admin/members/import.html index d7c46e128..bc8433085 100644 --- a/app/frontend/templates/admin/members/import.html +++ b/app/frontend/templates/admin/members/import.html @@ -5,7 +5,7 @@ diff --git a/app/frontend/templates/admin/members/import_result.html b/app/frontend/templates/admin/members/import_result.html index 231db53c2..37afe07ec 100644 --- a/app/frontend/templates/admin/members/import_result.html +++ b/app/frontend/templates/admin/members/import_result.html @@ -5,7 +5,7 @@ diff --git a/app/frontend/templates/admin/members/index.html b/app/frontend/templates/admin/members/index.html index 859769ff4..0124fcde4 100644 --- a/app/frontend/templates/admin/members/index.html +++ b/app/frontend/templates/admin/members/index.html @@ -2,7 +2,7 @@
- +
diff --git a/app/frontend/templates/admin/members/new.html b/app/frontend/templates/admin/members/new.html index 740f2476d..857246d5d 100644 --- a/app/frontend/templates/admin/members/new.html +++ b/app/frontend/templates/admin/members/new.html @@ -4,7 +4,7 @@
diff --git a/app/frontend/templates/admin/open_api_clients/index.html.erb b/app/frontend/templates/admin/open_api_clients/index.html.erb index e22f785b0..e5fa0060f 100644 --- a/app/frontend/templates/admin/open_api_clients/index.html.erb +++ b/app/frontend/templates/admin/open_api_clients/index.html.erb @@ -4,7 +4,7 @@
- +
diff --git a/app/frontend/templates/admin/plans/edit.html b/app/frontend/templates/admin/plans/edit.html index 1fb99f571..f9c1dd12e 100644 --- a/app/frontend/templates/admin/plans/edit.html +++ b/app/frontend/templates/admin/plans/edit.html @@ -2,7 +2,7 @@
- +
diff --git a/app/frontend/templates/admin/plans/new.html b/app/frontend/templates/admin/plans/new.html index a0fb5d98a..5b4ebb449 100644 --- a/app/frontend/templates/admin/plans/new.html +++ b/app/frontend/templates/admin/plans/new.html @@ -2,7 +2,7 @@
- +
diff --git a/app/frontend/templates/admin/pricing/index.html b/app/frontend/templates/admin/pricing/index.html index 99869cbb6..c228cfe47 100644 --- a/app/frontend/templates/admin/pricing/index.html +++ b/app/frontend/templates/admin/pricing/index.html @@ -2,7 +2,7 @@
- +
diff --git a/app/frontend/templates/admin/projects/index.html b/app/frontend/templates/admin/projects/index.html index ee12ba149..e3f7458b6 100644 --- a/app/frontend/templates/admin/projects/index.html +++ b/app/frontend/templates/admin/projects/index.html @@ -2,7 +2,7 @@
- +
diff --git a/app/frontend/templates/admin/settings/index.html b/app/frontend/templates/admin/settings/index.html index dadf506f8..0321df5c4 100644 --- a/app/frontend/templates/admin/settings/index.html +++ b/app/frontend/templates/admin/settings/index.html @@ -2,7 +2,7 @@
- +
diff --git a/app/frontend/templates/admin/statistics/graphs.html b/app/frontend/templates/admin/statistics/graphs.html index 6faeffbf7..69043bfbf 100644 --- a/app/frontend/templates/admin/statistics/graphs.html +++ b/app/frontend/templates/admin/statistics/graphs.html @@ -2,7 +2,7 @@
- +
diff --git a/app/frontend/templates/admin/statistics/index.html b/app/frontend/templates/admin/statistics/index.html index fff9013b0..53b2f622e 100644 --- a/app/frontend/templates/admin/statistics/index.html +++ b/app/frontend/templates/admin/statistics/index.html @@ -2,7 +2,7 @@
- +
diff --git a/app/frontend/templates/admin/trainings/edit.html b/app/frontend/templates/admin/trainings/edit.html index edd280e3a..bb0b6c9aa 100644 --- a/app/frontend/templates/admin/trainings/edit.html +++ b/app/frontend/templates/admin/trainings/edit.html @@ -2,7 +2,7 @@
- +
diff --git a/app/frontend/templates/admin/trainings/index.html b/app/frontend/templates/admin/trainings/index.html index 6e579e042..beb6946b0 100644 --- a/app/frontend/templates/admin/trainings/index.html +++ b/app/frontend/templates/admin/trainings/index.html @@ -2,7 +2,7 @@
- +
diff --git a/app/frontend/templates/admin/trainings/new.html b/app/frontend/templates/admin/trainings/new.html index 800411fdf..7eca879b9 100644 --- a/app/frontend/templates/admin/trainings/new.html +++ b/app/frontend/templates/admin/trainings/new.html @@ -2,7 +2,7 @@
diff --git a/app/frontend/templates/calendar/calendar.html b/app/frontend/templates/calendar/calendar.html index 2af4491c7..04f6ac94b 100644 --- a/app/frontend/templates/calendar/calendar.html +++ b/app/frontend/templates/calendar/calendar.html @@ -2,7 +2,7 @@
- +
diff --git a/app/frontend/templates/dashboard/nav.html b/app/frontend/templates/dashboard/nav.html index c4dcb6bb5..f36f662aa 100644 --- a/app/frontend/templates/dashboard/nav.html +++ b/app/frontend/templates/dashboard/nav.html @@ -3,7 +3,7 @@
- +
diff --git a/app/frontend/templates/events/edit.html b/app/frontend/templates/events/edit.html index fe925d0d5..4e9d9742f 100644 --- a/app/frontend/templates/events/edit.html +++ b/app/frontend/templates/events/edit.html @@ -4,7 +4,7 @@
- +
diff --git a/app/frontend/templates/events/index.html b/app/frontend/templates/events/index.html index 1202ed146..64f5eb530 100644 --- a/app/frontend/templates/events/index.html +++ b/app/frontend/templates/events/index.html @@ -2,7 +2,7 @@
- +
diff --git a/app/frontend/templates/events/new.html b/app/frontend/templates/events/new.html index 41c05ba54..a1b7a5c9d 100644 --- a/app/frontend/templates/events/new.html +++ b/app/frontend/templates/events/new.html @@ -4,7 +4,7 @@
- +
diff --git a/app/frontend/templates/events/show.html b/app/frontend/templates/events/show.html index efeaa46a9..fd55b77ce 100644 --- a/app/frontend/templates/events/show.html +++ b/app/frontend/templates/events/show.html @@ -5,7 +5,7 @@
- +
diff --git a/app/frontend/templates/machines/edit.html b/app/frontend/templates/machines/edit.html index 317f728a4..0ded43ba9 100644 --- a/app/frontend/templates/machines/edit.html +++ b/app/frontend/templates/machines/edit.html @@ -4,7 +4,7 @@
- +
diff --git a/app/frontend/templates/machines/index.html b/app/frontend/templates/machines/index.html index 07f05c985..2b4ef0260 100644 --- a/app/frontend/templates/machines/index.html +++ b/app/frontend/templates/machines/index.html @@ -2,7 +2,7 @@
- +
diff --git a/app/frontend/templates/machines/new.html b/app/frontend/templates/machines/new.html index ea5b90a81..ef3458252 100644 --- a/app/frontend/templates/machines/new.html +++ b/app/frontend/templates/machines/new.html @@ -2,7 +2,7 @@
diff --git a/app/frontend/templates/machines/reserve.html b/app/frontend/templates/machines/reserve.html index a721bda8a..92450eb20 100644 --- a/app/frontend/templates/machines/reserve.html +++ b/app/frontend/templates/machines/reserve.html @@ -4,7 +4,7 @@
- +
diff --git a/app/frontend/templates/machines/show.html b/app/frontend/templates/machines/show.html index 2e4849842..15b2023cf 100644 --- a/app/frontend/templates/machines/show.html +++ b/app/frontend/templates/machines/show.html @@ -4,7 +4,7 @@
- +
diff --git a/app/frontend/templates/members/index.html b/app/frontend/templates/members/index.html index 4a68a1514..b9a16c7e0 100644 --- a/app/frontend/templates/members/index.html +++ b/app/frontend/templates/members/index.html @@ -2,7 +2,7 @@
- +
diff --git a/app/frontend/templates/members/show.html b/app/frontend/templates/members/show.html index c34995445..d119320e8 100644 --- a/app/frontend/templates/members/show.html +++ b/app/frontend/templates/members/show.html @@ -4,7 +4,7 @@
- +
diff --git a/app/frontend/templates/notifications/index.html b/app/frontend/templates/notifications/index.html index 18a1505aa..96859559d 100644 --- a/app/frontend/templates/notifications/index.html +++ b/app/frontend/templates/notifications/index.html @@ -2,7 +2,7 @@
- +
diff --git a/app/frontend/templates/plans/index.html b/app/frontend/templates/plans/index.html index f92f4500c..3575b5623 100644 --- a/app/frontend/templates/plans/index.html +++ b/app/frontend/templates/plans/index.html @@ -2,7 +2,7 @@
- +
diff --git a/app/frontend/templates/projects/edit.html b/app/frontend/templates/projects/edit.html index 8020ad69d..dd14a9b70 100644 --- a/app/frontend/templates/projects/edit.html +++ b/app/frontend/templates/projects/edit.html @@ -7,7 +7,7 @@
- +
diff --git a/app/frontend/templates/projects/index.html b/app/frontend/templates/projects/index.html index b15a8e3dd..09a492cd2 100644 --- a/app/frontend/templates/projects/index.html +++ b/app/frontend/templates/projects/index.html @@ -2,7 +2,7 @@
- +
diff --git a/app/frontend/templates/projects/new.html b/app/frontend/templates/projects/new.html index 96c9c38a9..c6386093b 100644 --- a/app/frontend/templates/projects/new.html +++ b/app/frontend/templates/projects/new.html @@ -4,7 +4,7 @@
- +
diff --git a/app/frontend/templates/projects/show.html b/app/frontend/templates/projects/show.html index 90536f188..f7ac378cc 100644 --- a/app/frontend/templates/projects/show.html +++ b/app/frontend/templates/projects/show.html @@ -4,7 +4,7 @@
- +
diff --git a/app/frontend/templates/shared/leftnav.html b/app/frontend/templates/shared/leftnav.html index c6572b42f..ac404edac 100644 --- a/app/frontend/templates/shared/leftnav.html +++ b/app/frontend/templates/shared/leftnav.html @@ -89,7 +89,7 @@ diff --git a/app/frontend/templates/spaces/edit.html b/app/frontend/templates/spaces/edit.html index 3693e9ab2..12e5834df 100644 --- a/app/frontend/templates/spaces/edit.html +++ b/app/frontend/templates/spaces/edit.html @@ -2,7 +2,7 @@
diff --git a/app/frontend/templates/spaces/index.html b/app/frontend/templates/spaces/index.html index 7c530d240..55bd1c1b6 100644 --- a/app/frontend/templates/spaces/index.html +++ b/app/frontend/templates/spaces/index.html @@ -2,7 +2,7 @@
- +
diff --git a/app/frontend/templates/spaces/new.html b/app/frontend/templates/spaces/new.html index 02462c636..264084bf4 100644 --- a/app/frontend/templates/spaces/new.html +++ b/app/frontend/templates/spaces/new.html @@ -2,7 +2,7 @@
diff --git a/app/frontend/templates/spaces/reserve.html b/app/frontend/templates/spaces/reserve.html index 2cac84fb6..71a382eed 100644 --- a/app/frontend/templates/spaces/reserve.html +++ b/app/frontend/templates/spaces/reserve.html @@ -2,7 +2,7 @@
- +
diff --git a/app/frontend/templates/spaces/show.html b/app/frontend/templates/spaces/show.html index 8b9ad53e2..bf77e2b29 100644 --- a/app/frontend/templates/spaces/show.html +++ b/app/frontend/templates/spaces/show.html @@ -4,7 +4,7 @@
- +
diff --git a/app/frontend/templates/trainings/index.html b/app/frontend/templates/trainings/index.html index e7b39f8b7..d712a788f 100644 --- a/app/frontend/templates/trainings/index.html +++ b/app/frontend/templates/trainings/index.html @@ -2,7 +2,7 @@
- +
diff --git a/app/frontend/templates/trainings/reserve.html b/app/frontend/templates/trainings/reserve.html index 36bab1290..664dc7327 100644 --- a/app/frontend/templates/trainings/reserve.html +++ b/app/frontend/templates/trainings/reserve.html @@ -2,7 +2,7 @@
- +
diff --git a/app/frontend/templates/trainings/show.html b/app/frontend/templates/trainings/show.html index 7cf8fadbb..5ca284313 100644 --- a/app/frontend/templates/trainings/show.html +++ b/app/frontend/templates/trainings/show.html @@ -4,7 +4,7 @@
- +