]> git.openstreetmap.org Git - rails.git/commit
Use bootstrap_form as the formbuilder for GPX upload form
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 24 Jun 2020 13:26:07 +0000 (15:26 +0200)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 1 Jul 2020 15:23:02 +0000 (17:23 +0200)
commit8d2271699bfe8199ebeac2d2bf491e2133cc02d8
tree9440df01182416fff430e4ffc106f0cde66acd46
parent54616e9612240e5d93610600ca67a3f0bb0dc5d3
Use bootstrap_form as the formbuilder for GPX upload form

This also uses the recommended bs-custom-file-input javascript plugin
for the file input control.
app/assets/javascripts/application.js
app/assets/javascripts/bs-custom-file-input-init.js [new file with mode: 0644]
app/assets/stylesheets/common.scss
app/views/traces/edit.html.erb
app/views/traces/new.html.erb
app/views/traces/show.html.erb
config/locales/en.yml
package.json
test/controllers/traces_controller_test.rb
yarn.lock