Commit 9200d539 authored by dzubova's avatar dzubova Committed by Natalia Tepluhina

Migrate badge to Pajamas component

Refact badge on project triggers settings page
parent a5331e77
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
.label-container .label-container
- unless trigger.can_access_project? - unless trigger.can_access_project?
%span.badge.badge-danger.has-tooltip{ title: "Trigger user has insufficient permissions to project" } invalid = gl_badge_tag s_('Trigger|invalid'), { variant: :danger }, { title: s_('Trigger|Trigger user has insufficient permissions to project'), data: { toggle: 'tooltip', container: 'body' } }
%td %td
- if trigger.description? && trigger.description.length > 15 - if trigger.description? && trigger.description.length > 15
......
...@@ -37910,6 +37910,12 @@ msgstr "" ...@@ -37910,6 +37910,12 @@ msgstr ""
msgid "Triggerer" msgid "Triggerer"
msgstr "" msgstr ""
msgid "Trigger|Trigger user has insufficient permissions to project"
msgstr ""
msgid "Trigger|invalid"
msgstr ""
msgid "Troubleshoot and monitor your application with tracing" msgid "Troubleshoot and monitor your application with tracing"
msgstr "" msgstr ""
......
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