Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Maják
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TO
Maják
Commits
9467308e
Commit
9467308e
authored
3 years ago
by
Štěpán Farka
Browse files
Options
Downloads
Patches
Plain Diff
[FIX] rounded avatar images
parent
8ec542d1
No related branches found
No related tags found
2 merge requests
!435
Release upgrades
,
!430
Feature/majak misc enhancements
Pipeline
#7184
passed
3 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
shared/templates/shared/person_badge_snippet.html
+1
-1
1 addition, 1 deletion
shared/templates/shared/person_badge_snippet.html
with
1 addition
and
1 deletion
shared/templates/shared/person_badge_snippet.html
+
1
−
1
View file @
9467308e
...
...
@@ -2,7 +2,7 @@
<div
class=
"badge badge--condensed"
>
<a
href=
"{{ person_page.url }}"
class=
"avatar badge__avatar avatar--sm"
>
{% image person_page.profile_photo
max
-80x80 as profile_img %}
{% image person_page.profile_photo
fill
-80x80 as profile_img %}
<img
src=
"{{ profile_img.url }}"
alt=
"{{ person_page.title }}"
/>
</a>
...
...
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