generators/oauth_consumer/templates/index.html.erb in pelle-oauth-plugin-0.3.9 vs generators/oauth_consumer/templates/index.html.erb in pelle-oauth-plugin-0.3.10

- old
+ new

@@ -13,15 +13,17 @@ <li> <%%= link_to token.class.service_name.to_s.humanize, oauth_consumer_path(token.class.service_name) %> </li> <%% end %> </ul> +<%% end %> <%% unless @services.empty? %> <h3>You can connect to the following services:</h3> <ul> <%% @services.each do |service| %> <li> <%%= link_to service.to_s.humanize, oauth_consumer_path(service) %> </li> <%% end %> -</ul> \ No newline at end of file +</ul> +<%% end %>