<% unless services.empty? %>
<%=translate('muck.oauth.you_can_connect_to_the_following_services') %>
>
<% services.each do |service| -%>
- title="<%=translate('muck.oauth.connect_to_account_title', :service => service.to_s.humanize) %>">
<%= link_to service.to_s.humanize, oauth_consumer_path(service), :class => 'oauthfancybox iframe' %>
<% end -%>
<% end %>