Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Submit
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
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
Labrador
Submit
Merge requests
!47
Remove localhosts from js file
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Remove localhosts from js file
remove-localhosts
into
development
Overview
0
Commits
1
Pipelines
0
Changes
6
Merged
Remove localhosts from js file
Ruben Backx
requested to merge
remove-localhosts
into
development
Sep 7, 2020
Overview
0
Commits
1
Pipelines
0
Changes
6
0
0
Merge request reports
Compare
development
version 1
a949c801
Sep 7, 2020
development (base)
and
latest version
latest version
68518074
1 commit,
Sep 7, 2020
version 1
a949c801
1 commit,
Sep 7, 2020
6 files
+
7
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
src/main/resources/mail/html/added_to_edition.html
+
1
−
1
View file @ 68518074
Edit in single-file editor
Open in Web IDE
Show full file
@@ -54,7 +54,7 @@
"
>
<span
th:text=
"#{mail.notification_preference.before}"
></span>
<a
style=
"color: #00A6D6; text-decoration: none;"
target=
"_blank"
href=
"http://
localhost:8083
/settings"
th:text=
"#{mail.here}"
></a>
href=
"http
s
://
submit.tudelft.nl
/settings"
th:text=
"#{mail.here}"
></a>
<span
th:text=
"#{mail.notification_preference.after}"
></span>
</p>
</div>
Loading