]> git.openstreetmap.org Git - rails.git/commit
Move shared partials to application directory
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 15 Jul 2026 15:59:13 +0000 (16:59 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 15 Jul 2026 15:59:13 +0000 (16:59 +0100)
commit9eaa1511ebc5b31a1b06eafead19e85d63cddda3
treec4cab7291f1852324ae7d2c3cb13d08e9efccc93
parent4d20e750120a489e5f3e584610cb503dd73c3ebf
Move shared partials to application directory

The rails default is to fall back to the "app/views/application" directory,
and we already use that for some other partials. This provides consistency
by refactoring the partials that were previous in the "shared" directory.
28 files changed:
.erb_lint.yml
app/views/application/_html_help.erb [moved from app/views/shared/_html_help.erb with 100% similarity]
app/views/application/_loader.html.erb [moved from app/views/shared/_loader.html.erb with 100% similarity]
app/views/application/_markdown_help.html.erb [moved from app/views/shared/_markdown_help.html.erb with 100% similarity]
app/views/application/_pagination.html.erb [moved from app/views/shared/_pagination.html.erb with 94% similarity]
app/views/application/_richtext_field.html.erb [moved from app/views/shared/_richtext_field.html.erb with 93% similarity]
app/views/application/_section_divider.html.erb [moved from app/views/shared/_section_divider.html.erb with 100% similarity]
app/views/browse/_relation.html.erb
app/views/changesets/history.html.erb
app/views/changesets/index.html.erb
app/views/diary_entries/_page.html.erb
app/views/directions/show.html.erb
app/views/feature_queries/show.html.erb
app/views/issues/_page.html.erb
app/views/layouts/_header.html.erb
app/views/layouts/map.html.erb
app/views/searches/queries/create.html.erb
app/views/searches/show.html.erb
app/views/sessions/new.html.erb
app/views/traces/_page.html.erb
app/views/user_blocks/_page.html.erb
app/views/users/changeset_comments/_page.html.erb
app/views/users/diary_comments/_page.html.erb
app/views/users/lists/_page.html.erb
app/views/users/new.html.erb
config/i18n-tasks.yml
config/locales/en.yml
lib/bootstrap_form/inputs/richtext_field.rb