=link_to'Delete User',[:admin,user],data: {confirm: "USER #{user.name} WILL BE REMOVED! All issues, merge requests and groups linked to this user will also be removed! Consider cancelling this deletion and blocking the user instead. Are you sure?"},
=link_to'Delete user',[:admin,user],data: {confirm: "USER #{user.name} WILL BE REMOVED! All issues, merge requests and groups linked to this user will also be removed! Consider cancelling this deletion and blocking the user instead. Are you sure?"},
=link_tonamespace_project_wiki_path(@project.namespace,@project,@page),data: {confirm: "Are you sure you want to delete this page?"},method: :delete,class: "btn btn-danger"do