generators/oauth_provider/templates/index.html.erb in oauth-plugin-0.4.0.rc2 vs generators/oauth_provider/templates/index.html.erb in oauth-plugin-0.4.0

- old
+ new

@@ -14,11 +14,11 @@ <%%= submit_tag "Revoke!" %> <%% end %> </td> <%% end %> <%% end %> - + </table> <%% end %> <h3>Application Developers</h3> <%% if @client_applications.empty? %> <p> @@ -31,10 +31,10 @@ <p> You have the following client applications registered: </p> <%% @client_applications.each do |client|%> <%% div_for client do %> - <%%= link_to client.name, oauth_client_path(client) %>- + <%%= link_to client.name, oauth_client_path(client) %>- <%%= link_to 'Edit', edit_oauth_client_path(client) %> <%%= link_to 'Delete', oauth_client_path(client), :confirm => "Are you sure?", :method => :delete %> <%% end %> <%% end %> <%% end %>