From 58b1ee57cf80c6a40bfca626153921d01ef4f852 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sen=C3=A9n=20Rodero=20Rodr=C3=ADguez?= Date: Tue, 11 Jul 2017 10:29:23 +0200 Subject: [PATCH] Set button style to followable button --- app/views/follows/_followable_button.html.erb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/views/follows/_followable_button.html.erb b/app/views/follows/_followable_button.html.erb index e61d9703e..527a7e029 100644 --- a/app/views/follows/_followable_button.html.erb +++ b/app/views/follows/_followable_button.html.erb @@ -6,7 +6,8 @@ <%= link_to "##{follow_link_wrapper_id(followable)}", id: follow_link_wrapper_id(followable), title: follow_entity_text(followable), - data: { toggle: follow_drop_id(followable) } do %> + data: { toggle: follow_drop_id(followable) }, + class: 'button hollow' do %> <%= t('shared.follow') %> <% end %>