Commit 3775ca9e authored by Kushal Pandya's avatar Kushal Pandya

Merge branch...

Merge branch '344400-make-badges-in-app-views-projects-deployments-_deployment-html-haml-pajamas-compliant' into 'master'

Make badge in deployments/_deployment partial Pajamas-compliant

See merge request gitlab-org/gitlab!77397
parents 58234365 dc7c59c1
......@@ -27,8 +27,7 @@
= link_to deployment_path(deployment), class: 'build-link' do
#{deployment.deployable.name} (##{deployment.deployable.id})
- else
.badge.badge-info.gl-cursor-help{ title: s_('Deployment|This deployment was created using the API') }
= s_('Deployment|API')
= gl_badge_tag s_('Deployment|API'), { variant: :info }, { class: 'gl-cursor-help', data: { toggle: 'tooltip' }, title: s_('Deployment|This deployment was created using the API') }
.table-section.section-10{ role: 'gridcell' }
.table-mobile-header{ role: 'rowheader' }= _("Created")
......
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