]> git.openstreetmap.org Git - rails.git/commitdiff
Removed file which isn't needed any more.
authorMatt Amos <zerebubuth@gmail.com>
Mon, 3 Aug 2009 15:20:38 +0000 (15:20 +0000)
committerMatt Amos <zerebubuth@gmail.com>
Mon, 3 Aug 2009 15:20:38 +0000 (15:20 +0000)
app/views/oauth/authorize.html.erb [deleted file]

diff --git a/app/views/oauth/authorize.html.erb b/app/views/oauth/authorize.html.erb
deleted file mode 100644 (file)
index 987997d..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-<h1>Authorize access to your account</h1>
-<p>Would you like to authorize <%= link_to @token.client_application.name,@token.client_application.url %> (<%= link_to @token.client_application.url,@token.client_application.url %>) to access your account?</p>
-<% form_tag authorize_url do %>
-  <%= hidden_field_tag "oauth_token", @token.token %>
-  <%- if params[:oauth_callback] -%>
-  <%= hidden_field_tag "oauth_callback", params[:oauth_callback] %>
-<%- end -%>
-<p>
-       <%= check_box_tag 'authorize' %> authorize access
-</p>
-<p>
-       <%= submit_tag %>
-</p>
-<% end %>
\ No newline at end of file