]> git.openstreetmap.org Git - rails.git/commit
Facelift offline.html and use Bootstrap classes for "notifications"
authorDimitar <19364673+Dimitar5555@users.noreply.github.com>
Sun, 22 Jan 2023 10:25:42 +0000 (12:25 +0200)
committerSky <19364673+Dimitar5555@users.noreply.github.com>
Sun, 26 Mar 2023 10:57:51 +0000 (13:57 +0300)
commit318064b2a7f4b39119dfab02c712832c0f8c5859
tree4a74ccca81ceaf9bb321037ab6d42939a1ea7086
parent1becffcbf5a948aacca7289dcf24db3fc971ea9c
Facelift offline.html and use Bootstrap classes for "notifications"

Update site_controller_test.rb

Update site_controller_test.rb

Remove whitespace

Reset Settings.status after test is done

Update test for offline page

Update site_controller.rb

Fix indentation

Update offline controller

Update offline.html.erb

Remove flash CSS classes and fix missed tests

Updated tests

Address most PR comments

Update _flash.html.erb

Update _flash.html.erb

Update edit.html.erb

Update offline.html.erb
12 files changed:
app/assets/stylesheets/common.scss
app/controllers/site_controller.rb
app/views/layouts/_flash.html.erb
app/views/site/edit.html.erb
app/views/site/offline.html.erb [deleted file]
test/controllers/accounts_controller_test.rb
test/controllers/messages_controller_test.rb
test/controllers/passwords_controller_test.rb
test/controllers/preferences_controller_test.rb
test/controllers/profiles_controller_test.rb
test/controllers/site_controller_test.rb
test/integration/user_login_test.rb