<% 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 oauth_service_name(service), oauth_consumer_path(service) %>
<% end -%>
<% end %>