Commit eb29f12b authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'yogi-question-o-admin' into 'master'

Update to question-o and change color in admin users

See merge request gitlab-org/gitlab!59133
parents fb5bb717 3eeeb1cf
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
trigger: "focus", trigger: "focus",
content: s_("AdminArea|All users created in the instance, including users who are not %{billable_users_link_start}billable users%{billable_users_link_end}.").html_safe % { billable_users_link_start: billable_users_link_start, billable_users_link_end: '</a>'.html_safe }, content: s_("AdminArea|All users created in the instance, including users who are not %{billable_users_link_start}billable users%{billable_users_link_end}.").html_safe % { billable_users_link_start: billable_users_link_start, billable_users_link_end: '</a>'.html_safe },
} } } }
= sprite_icon('question', size: 16, css_class: 'gl-text-gray-700') = sprite_icon('question-o', size: 16, css_class: 'gl-text-blue-600')
.gl-mt-3.text-uppercase .gl-mt-3.text-uppercase
= s_('AdminArea|Users') = s_('AdminArea|Users')
= link_to(s_('AdminArea|Users statistics'), admin_dashboard_stats_path, class: "text-capitalize gl-ml-2") = link_to(s_('AdminArea|Users statistics'), admin_dashboard_stats_path, class: "text-capitalize gl-ml-2")
......
---
title: Update to question-o and change color in admin users
merge_request: 59133
author: Yogi (@yo)
type: changed
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