Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
Qpixel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIP
Answers
Qpixel
Commits
75f466a2
Commit
75f466a2
authored
Nov 11, 2023
by
Taico Aerts
Browse files
Options
Downloads
Plain Diff
Merge branch 'eip-develop' into eip-master
parents
5056975e
481e5f24
No related branches found
No related tags found
1 merge request
!81
Fix the number of searches graph
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
app/assets/stylesheets/badges.scss
+1
-0
1 addition, 0 deletions
app/assets/stylesheets/badges.scss
app/views/badges/_badge.html.erb
+1
-1
1 addition, 1 deletion
app/views/badges/_badge.html.erb
with
2 additions
and
1 deletion
app/assets/stylesheets/badges.scss
+
1
−
0
View file @
75f466a2
...
@@ -47,6 +47,7 @@
...
@@ -47,6 +47,7 @@
border-style
:
solid
;
border-style
:
solid
;
border-width
:
2px
;
border-width
:
2px
;
border-radius
:
16px
;
border-radius
:
16px
;
white-space
:
nowrap
;
}
}
.bronze-badge
{
.bronze-badge
{
...
...
This diff is collapsed.
Click to expand it.
app/views/badges/_badge.html.erb
+
1
−
1
View file @
75f466a2
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<%
is_small
||=
false
%>
<%
is_small
||=
false
%>
<span
style=
"white-space: nowrap;"
class=
"tooltip"
id=
"
<%=
dom_id
badge
%>
"
>
<span
class=
"tooltip"
id=
"
<%=
dom_id
badge
%>
"
>
<span
class=
"user-badge
<%=
css_class
if
defined?
(
css_class
)
%>
"
>
<span
class=
"user-badge
<%=
css_class
if
defined?
(
css_class
)
%>
"
>
<%
badge
.
icon
.
split
(
';'
).
each
do
|
icon
|
%>
<%
badge
.
icon
.
split
(
';'
).
each
do
|
icon
|
%>
<i
class=
"fas
<%=
icon
%>
<%=
'has-margin-right-1'
unless
is_small
%>
"
></i>
<i
class=
"fas
<%=
icon
%>
<%=
'has-margin-right-1'
unless
is_small
%>
"
></i>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment