Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
embl.org
html-sites
embl-jobs-pages
Commits
22704065
Commit
22704065
authored
May 13, 2021
by
Nitin Jadhav
Browse files
Fixed nginx issue, also some routing related bugs
parent
e5227431
Pipeline
#155691
canceled with stages
in 1 minute and 13 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
docker-assets/default.conf
docker-assets/default.conf
+1
-1
src/components/job-details/JobDetails.jsx
src/components/job-details/JobDetails.jsx
+3
-3
src/components/job-list/JobList.jsx
src/components/job-list/JobList.jsx
+1
-1
No files found.
docker-assets/default.conf
View file @
22704065
...
...
@@ -8,7 +8,7 @@ server {
location
/ {
expires
5
m
;
add_header
Cache
-
Control
"public"
;
try_files
$
uri
.
html
$
uri
/ $
uri
=
404
;
try_files
$
uri
/
index
.
html
;
}
error_page
404
/
404
/
index
.
html
;
...
...
src/components/job-details/JobDetails.jsx
View file @
22704065
...
...
@@ -363,13 +363,13 @@ export function JobDetails() {
</>
)
}
<
p
>
<
a
href
=
"/jobs
/alerts"
<
Link
to
=
"
/alerts"
data
-
vf
-
analytics
-
label
=
"alerts-link-bottom-button"
className
=
"vf-button vf-button--primary vf-button--outline vf-button--sm"
>
Sign up for job alerts
</
a
>
</
Link
>
</
p
>
<
a
...
...
src/components/job-list/JobList.jsx
View file @
22704065
...
...
@@ -19,7 +19,7 @@ export function JobList({ jobs, loading }) {
<
hr
className
=
"vf-divider"
/>
<
p
>
<
a
href
=
"/jobs
/alerts
/
"
>
Create a customised email alert for jobs
</
a
>
<
Link
to
=
"
/alerts"
>
Create a customised email alert for jobs
</
Link
>
</
p
>
</
div
>
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment