]> git.openstreetmap.org Git - rails.git/commit
Rename form-row to standard-form-row to avoid clashing with a bootstrap class
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 15 Jan 2020 12:23:53 +0000 (13:23 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 15 Jan 2020 16:16:11 +0000 (17:16 +0100)
commitf885cfe0f5f0602dd51e1734f8ce2eaf377b1614
treeb670980e3fd7101eb6cda423a4877e50c1cc14e2
parentee8ce8c3abcdf357a472020559321250c7913e48
Rename form-row to standard-form-row to avoid clashing with a bootstrap class
14 files changed:
app/assets/javascripts/leaflet.share.js
app/assets/stylesheets/common.scss
app/views/diary_entries/_form.html.erb
app/views/messages/new.html.erb
app/views/oauth_clients/_form.html.erb
app/views/reports/new.html.erb
app/views/traces/edit.html.erb
app/views/traces/new.html.erb
app/views/users/account.html.erb
app/views/users/login.html.erb
app/views/users/new.html.erb
app/views/users/terms.html.erb
test/controllers/users_controller_test.rb
test/integration/user_creation_test.rb