Commit c360415b authored by Mark Florian's avatar Mark Florian

Merge branch 'Update-markup-in-runners-show-haml-file' into 'master'

Update markup in runners/show.html.haml

See merge request gitlab-org/gitlab!63157
parents 79c1cd86 3ca125ad
...@@ -28,12 +28,14 @@ ...@@ -28,12 +28,14 @@
%tr %tr
%td %td
.gl-alert.gl-alert-danger .gl-alert.gl-alert-danger
= sprite_icon('error', size: 16, css_class: 'gl-icon gl-alert-icon gl-alert-icon-no-title') .gl-alert-container
.gl-alert-body = sprite_icon('error', size: 16, css_class: 'gl-icon gl-alert-icon gl-alert-icon-no-title')
%strong .gl-alert-content
= project.full_name .gl-alert-body
.gl-alert-actions %strong
= link_to s_('Disable'), admin_namespace_project_runner_project_path(project.namespace, project, runner_project), method: :delete, class: 'btn gl-alert-action btn-info btn-md gl-button' = project.full_name
.gl-alert-actions
= link_to s_('Disable'), admin_namespace_project_runner_project_path(project.namespace, project, runner_project), method: :delete, class: 'btn gl-alert-action btn-confirm btn-md gl-button'
%table.table{ data: { testid: 'unassigned-projects' } } %table.table{ data: { testid: 'unassigned-projects' } }
%thead %thead
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment