app/views/locomotive/shared/header/_account_menu.html.slim in locomotivecms-3.0.0.rc6 vs app/views/locomotive/shared/header/_account_menu.html.slim in locomotivecms-3.0.0.rc7

- 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://locomotive-v3.readme.io' +li= link_to t(:help, scope: 'locomotive.shared.header'), 'http://locomotive-v3.readme.io', target: '_blank' li class="divider" li= link_to t(:logout, scope: 'locomotive.shared.header'), sign_out_path, data: { method: 'delete' }