]> git.openstreetmap.org Git - rails.git/commit
Convert account setting menu to tabs, and include on other pages
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 18 Aug 2021 13:30:35 +0000 (14:30 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 18 Aug 2021 13:30:35 +0000 (14:30 +0100)
commit6ab522b2b35b565ff6f4458657dec70aa073c177
treeeed0dfbcd4e672a7471b8ce27063422bac1b0282
parent7d46f5db6004f1e0555150c3f97c82185d76b837
Convert account setting menu to tabs, and include on other pages

This makes it easier to navigate around these pages. Since each tab
corresponds to a given controller, this makes the selection of active
tabs straightforward.
13 files changed:
app/views/application/_settings_menu.html.erb [new file with mode: 0644]
app/views/oauth2_applications/edit.html.erb
app/views/oauth2_applications/index.html.erb
app/views/oauth2_applications/new.html.erb
app/views/oauth2_applications/show.html.erb
app/views/oauth2_authorized_applications/index.html.erb
app/views/oauth_clients/edit.html.erb
app/views/oauth_clients/index.html.erb
app/views/oauth_clients/new.html.erb
app/views/oauth_clients/show.html.erb
app/views/users/account.html.erb
config/locales/en.yml
test/integration/client_applications_test.rb