app/views/locomotive/shared/header/_account_menu.html.slim in locomotivecms-3.0.0.rc3 vs app/views/locomotive/shared/header/_account_menu.html.slim in locomotivecms-3.0.0.rc4

- old
+ new

@@ -1,5 +1,5 @@ li= link_to t(:sites, scope: 'locomotive.shared.header'), sites_path li= link_to t(:account, scope: 'locomotive.shared.header'), edit_my_account_path(_location: request.fullpath) -li= link_to t(:help, scope: 'locomotive.shared.header'), 'http://doc.locomotivecms.com' +li= link_to t(:help, scope: 'locomotive.shared.header'), 'http://locomotive-v3.readme.io' li class="divider" -li= link_to t(:logout, scope: 'locomotive.shared.header'), destroy_locomotive_account_session_path, data: { confirm: t('locomotive.messages.confirm') } +li= link_to t(:logout, scope: 'locomotive.shared.header'), sign_out_path, data: { method: 'delete' }