app/views/spina/shared/_social.html.haml in spina-1.0.3 vs app/views/spina/shared/_social.html.haml in spina-1.1.0
- old
+ new
@@ -1,5 +1,5 @@
- if current_account.facebook.present?
- = link_to "", current_account.facebook, class: 'facebook-button', data: {:"no-turbolink" => true}
+ = link_to "", current_account.facebook, class: 'facebook-button', data: {turbolinks: false}
- if current_account.twitter.present?
- = link_to "", current_account.twitter, class: 'twitter-button', data: {:"no-turbolink" => true}
+ = link_to "", current_account.twitter, class: 'twitter-button', data: {turbolinks: false}