]> git.openstreetmap.org Git - rails.git/commit
Remove custom table styling
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 1 Apr 2020 10:06:36 +0000 (12:06 +0200)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 1 Apr 2020 10:29:01 +0000 (12:29 +0200)
commit055a9760511f270e17ab200b6caa0a6301866328
tree99b1c56f9cdb8def3f204a2e309fd82686b23eb0
parent9b61ec2912dfd15a5edd7ffc5ac3526cd61c9f9a
Remove custom table styling

This removes the custom table styling code, and move to using bootstrap table styling for almost all remaining tables.
app/assets/stylesheets/common.scss
app/views/issues/index.html.erb
app/views/messages/inbox.html.erb
app/views/messages/outbox.html.erb
app/views/notes/mine.html.erb
app/views/oauth_clients/index.html.erb
app/views/site/key.html.erb
app/views/traces/_trace.html.erb
app/views/traces/show.html.erb
test/controllers/messages_controller_test.rb
test/controllers/traces_controller_test.rb