Commit 24cc1eb4 authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

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

Update to question-o from question icon in user stats

See merge request gitlab-org/gitlab!59135
parents b7af7cba 7d8361b4
---
title: Update to question-o from question icon in user stats
merge_request: 59135
author: Yogi (@yo)
type: changed
......@@ -10,6 +10,6 @@
html: "true",
trigger: "focus",
content: s_("AdminArea|%{billable_users_link_start}Learn more%{billable_users_link_end} about what defines a billable user").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')
%td.p-3.text-right
= @users_statistics&.billable.to_i
- if License.current&.exclude_guests_from_active_count?
%span.has-tooltip{ data: { container: 'body' }, title: s_('AdminArea|Included Free in license') }
= sprite_icon('question', size: 12, css_class: 'gl-text-gray-900')
= sprite_icon('question-o', size: 16, css_class: 'gl-text-blue-600')
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