openstreetmap-website/app/views/traces
Tobias Jordans 18ec273038 Traces: Migrate pagination to bootstrap
Same feature, different style.
- Change pagination to use bootstrap default styles
- … but with empty span-tags instead of non-active a-tags
- refactor partial to not use @-variables but get the variables via
the render-call, simplify render-call-syntax
- remove the additional `if @traces.size > 1` inside the pagination
partial since that caused the pagination to disappear on the last page.
The partial will be visible with inactive links.
- Add bootstrap spacer-classes to overwrite commons-css so removing. Eg.
commons also has a pagination class same as bootstrap.
2021-01-03 20:55:50 +01:00
..
_description.html.erb Rename trace_controller to traces_controller 2018-05-09 12:38:09 +08:00
_trace.html.erb Prefer string interpolation to concatenation in erb files 2020-11-11 14:44:42 +00:00
_trace_paging_nav.html.erb Traces: Migrate pagination to bootstrap 2021-01-03 20:55:50 +01:00
edit.html.erb Use bootstrap_form as the formbuilder for GPX upload form 2020-07-01 17:23:02 +02:00
georss.rss.builder Update trace RSS for renaming of trace#view to trace#show 2018-09-09 11:50:05 +01:00
index.html.erb Traces: Migrate pagination to bootstrap 2021-01-03 20:55:50 +01:00
new.html.erb Use bootstrap_form as the formbuilder for GPX upload form 2020-07-01 17:23:02 +02:00
offline.html.erb erblint: fix remaining single quoted strings 2019-03-27 16:15:19 +00:00
show.html.erb Avoid lego translations for coordinates 2020-08-19 16:43:16 +02:00