Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
DARIAH-DE
TextGridRep Portal
Commits
f02e8699
Commit
f02e8699
authored
May 14, 2020
by
Ubbo Veentjer
Browse files
remove link to no_image on wikimedia
parent
9053e1bb
Pipeline
#134978
passed with stages
in 8 minutes and 12 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/info/textgrid/rep/shared/Utils.java
View file @
f02e8699
...
...
@@ -70,7 +70,7 @@ public class Utils {
if
(
imageUri
!=
null
)
{
return
textgridHost
+
"/1.0/digilib/rest/IIIF/"
+
imageUri
+
"/full/,"
+
THUMBSIZE
+
"/0/native.jpg"
;
}
else
{
return
"
https://upload.wikimedia.org/wikipedia/commons/1/1d/N
o_image.svg"
;
return
"
/images/n
o_image.svg"
;
}
}
...
...
src/main/resources/static/images/no_image.svg
0 → 100644
View file @
f02e8699
<?xml version="1.0" encoding="UTF-8"?>
<svg
xmlns=
"http://www.w3.org/2000/svg"
width=
"1"
height=
"1"
/>
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment