app/views/spina/shared/_admin_bar.html.haml in spina-1.0.3 vs app/views/spina/shared/_admin_bar.html.haml in spina-1.1.0
- old
+ new
@@ -1,4 +1,4 @@
- if current_spina_user.present?
#admin_bar
- = link_to t('spina.edit_website'), spina.admin_root_url, data: {icon: 'q', :"no-turbolink" => true}, class: 'button button-hollow button-round button-small'
+ = link_to t('spina.edit_website'), spina.admin_root_url, data: {icon: 'q', turbolinks: false}, class: 'button button-hollow button-round button-small'
= link_to t('spina.logout'), spina.admin_logout_path, data: {icon: 'h'}, class: 'button button-hollow button-round button-small'