]> git.openstreetmap.org Git - rails.git/commit
Tidy up the OAuth authorization screens
authorTom Hughes <tom@compton.nu>
Sat, 30 Nov 2013 12:16:44 +0000 (12:16 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 30 Nov 2013 12:25:22 +0000 (12:25 +0000)
commita9f4549327c9f19ac1ec14116d754077158ad8c9
tree55e7c5f28dbf9b875d5cc5083b9d9b6a35398524
parentbfd11bf79ae63f1dd5e2e76bcb4144ed7cf94289
Tidy up the OAuth authorization screens

Make sure all messages are translatable, separate errors from
user initiated denial of authorization.
app/controllers/oauth_controller.rb
app/views/oauth/authorize.html.erb
app/views/oauth/authorize_failure.html.erb
app/views/oauth/authorize_success.html.erb
config/locales/en.yml
test/integration/oauth_test.rb