test/rails_root/app/views/default/index.html.erb in muck-oauth-0.1.4 vs test/rails_root/app/views/default/index.html.erb in muck-oauth-0.1.5
- old
+ new
@@ -1,2 +1,3 @@
-<a href="/oauth_consumers/twitter">Twitter</a>
-<a href="/oauth_consumers/google">Google</a>
+<%= oauth_fancybox_scripts %>
+<%= oauth_current_services(current_user) %>
+<%= oauth_available_services(current_user) %>
\ No newline at end of file