]> git.openstreetmap.org Git - rails.git/commit
Traces#index: Introduce tab navigation, fix tag-filter
authorTobias Jordans <t@tobiasjordans.de>
Sat, 2 Jan 2021 21:36:49 +0000 (22:36 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 16 Jun 2021 14:55:55 +0000 (15:55 +0100)
commitf4e998804d57cedd16547e5e0c42611d60015d41
tree3dc8b3b28feaf950d2ea1e4de42cb22a9d1c0f95
parent60b16b9421d08039698df0f9fa20408ebfb75cdf
Traces#index: Introduce tab navigation, fix tag-filter

- introduce bootstrap tabs to switch the views
- introduce `content_for :heading_class` to remove the padding below the bootstrap tabs
- update the rss-image to use a svg, adopted from https://icons.getbootstrap.com/icons/rss/ (without the outer border)
- move rss- and new-button away from the view-switching actions
- the `@tag` logic was broken. introduce new link to remove the tag-filter; the tabs keep the filter once given; use params[:tag] directly in the view
- use `&.` syntax nil-safety so we can remove `@display_name`
app/controllers/traces_controller.rb
app/views/layouts/_content.html.erb
app/views/traces/index.html.erb