diff --git a/app/views/admin/communication/website/pages/_treebranch.html.erb b/app/views/admin/communication/website/pages/_treebranch.html.erb index 4fa433029776fc2d2f959ba5594315353b1b59c3..b5fe40cdd07029778385607ea756c287bd6de3e2 100644 --- a/app/views/admin/communication/website/pages/_treebranch.html.erb +++ b/app/views/admin/communication/website/pages/_treebranch.html.erb @@ -3,13 +3,13 @@ <div class="d-flex align-items-center treeview__label border-bottom p-1"> <% if page.has_children? %> <%= link_to children_admin_communication_website_page_path(website_id: page.website.id, id: page.id), - class: 'js-treeview-element d-inline-block p-1 ps-0', style: 'width: 22px', remote: true do %> + class: 'js-treeview-element d-inline-block p-2 ps-0', style: 'width: 22px', remote: true do %> <span class="open_btn"><i class="fas fa-folder"></i></span> <span class="close_btn"><i class="fas fa-folder-open"></i></span> <% end %> <% end %> - <%= page %> - <%= link_to 'Voir', admin_communication_website_page_path(website_id: page.website.id, id: page.id), class: button_classes('btn-sm ms-3') %> + <%= link_to page, admin_communication_website_page_path(website_id: page.website.id, id: page.id) %> + <span class="move_btn ps-2"><i class="fas fa-grip-vertical"></i></span> </div> <% if page.has_children? %> <ul class="list-unstyled treeview__children js-treeview-children js-treeview-sortable ms-4">