Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Portal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Fachschaft
Portal
Merge requests
!19
Resolve "Add an icon for the account type "Uni-ID""
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Add an icon for the account type "Uni-ID""
40-add-an-icon-for-the-account-type-uni-id-2
into
master
Overview
2
Commits
1
Pipelines
0
Changes
1
Merged
jaramillo
requested to merge
40-add-an-icon-for-the-account-type-uni-id-2
into
master
9 months ago
Overview
2
Commits
1
Pipelines
0
Changes
1
Expand
Closes
#40 (closed)
Uni-ID icon added + renamed Uni-Mail to Uni-ID to avoid redundancy.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
4d6d28f5
1 commit,
9 months ago
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
portal/static/js/components/pieces/AccountRequired.mjs
+
1
−
0
Options
@@ -4,6 +4,7 @@ export const AccountRequired = {
"
CL-Account
"
:
"
fa-regular fa-user
"
,
"
Eigener Account
"
:
"
fa-solid fa-user-plus
"
,
"
Geteilter Account
"
:
"
fa-solid fa-user-group
"
,
"
Uni-ID
"
:
"
fa-solid fa-id-card
"
}
return
m
(
"
span.detail
"
,
[
Loading