diff --git a/app/views/services/index.html.erb b/app/views/services/index.html.erb index b97e08be..c4a4ffd8 100644 --- a/app/views/services/index.html.erb +++ b/app/views/services/index.html.erb @@ -20,8 +20,8 @@ <% if has_oauth_configuration_for?('github') %>

<%= link_to "/auth/github", class: 'btn btn-default btn-auth btn-auth-github' do %>Authenticate with Github<% end %>

<% end -%> - <% if has_oauth_configuration_for('tumblr') %> -

<%= link_to "Authenticate with Tumblr", "/auth/tumblr" %>

+ <% if has_oauth_configuration_for?('tumblr') %> +

<%= link_to "/auth/tumblr", class: 'btn btn-default btn-auth btn-auth-tumblr' do %>Authenticate with Tumblr<% end %>

<% end -%>