Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
TAM
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Labrador
TAM
Merge requests
!339
feat:
Add Aria-Labels + Make All Text Dynamic
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
feat:
Add Aria-Labels + Make All Text Dynamic
188-make-sure-all-text-and-emails-can-be-multi-lingual
into
dev
Overview
2
Commits
3
Pipelines
7
Changes
72
All threads resolved!
Hide all comments
Merged
feat: ✨ Add Aria-Labels + Make All Text Dynamic
Timur Oberhuber
requested to merge
188-make-sure-all-text-and-emails-can-be-multi-lingual
into
dev
Oct 31, 2023
Overview
2
Commits
3
Pipelines
7
Changes
72
All threads resolved!
Hide all comments
Description
Adds Aria-Labels to all buttons / links that look like buttons
Makes all text dynamic so the translation process will be smooth
Related Issues
Resolves
#188 (closed)
Checklist
I have added a changelog entry to reflect the significant changes I made.
1
0
Merge request reports
Compare
dev
version 2
663334cc
Dec 6, 2023
version 1
5296a58f
Oct 31, 2023
dev (base)
and
latest version
latest version
578fb36b
3 commits,
Jan 27, 2024
version 2
663334cc
2 commits,
Dec 6, 2023
version 1
5296a58f
1 commit,
Oct 31, 2023
72 files
+
623
−
235
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
72
src/main/resources/email/html/application_offered.html
+
3
−
5
View file @ 578fb36b
Edit in single-file editor
Open in Web IDE
Show full file
@@ -26,21 +26,19 @@
<body>
<div>
<!-- <div>-->
<!-- <h1 style="color: #00a6d6; font-size: 2em" th:text="#{general.app_name}"></h1>-->
<!-- </div>-->
<div
style=
"width: 100%; background-color: #00a8db"
>
<a
th:href=
"#{general.app_url}"
style=
"text-decoration: none"
>
<img
th:src=
"|#{general.app_url}/img/tudelft_logo.png|"
style=
"height: 40px; padding-left: 0.2em"
/>
<span
style=
"color: white; font-size: 40px"
>
| TAM
</span>
<span
style=
"color: white; font-size: 40px"
th:text=
"#{email.applicationName}"
></span>
</a>
</div>
<div>
<div
style=
"padding: 0.5em 0"
>
<!-- <h2 th:text="#{email.application.offered.title(${position})}"></h2>-->
<p
th:text=
"#{email.greeting(${name})}"
></p>
<p
th:text=
"#{email.application.offered.message(${position}, ${course}, ${year})}"
></p>
Loading