Move override into view

This commit is contained in:
Maikel Linke
2018-06-08 15:08:32 +10:00
parent ab9975cb6c
commit a347837044
2 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +0,0 @@
/ insert_before "table#listing_users"
= render 'admin/shared/users_sub_menu'

View File

@@ -3,6 +3,9 @@
- content_for :page_actions do
%li
= button_link_to Spree.t(:new_user), new_object_url, icon: "icon-plus", id: "admin_new_user_link"
= render "admin/shared/users_sub_menu"
%table#listing_users.index{"data-hook" => ""}
%colgroup
%col{ style: "width: 65%" }