=link_to_('Disable for this project'),project_runner_project_path(@project,runner_project),data: {confirm: _("Are you sure?")},method: :delete,class: 'btn btn-danger btn-sm'
-elsif!(runner.is_shared?||runner.group_type?)# We can simplify this to `runner.project_type?` when migrating #runner_type is complete