Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
zedflow
fgdi
Commits
b13c4f06
Commit
b13c4f06
authored
Oct 26, 2023
by
Traboulsi
Browse files
Update public/js/add_content.js
parent
6c2c0865
Pipeline
#8804
passed with stage
in 11 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
public/js/add_content.js
View file @
b13c4f06
...
...
@@ -80,9 +80,11 @@ function addcontent(item) {
'
<p class="card-text-lg small">
'
+
description
+
'
<br>
'
+
'
<b><i class="fas fa-user"></i>
'
+
lang_cont_person
+
'
</b>: <a
'
+
'
href="
'
+
item
.
item
.
author
.
hftURL
+
'
" target ="_blank">
'
+
item
.
item
.
author
.
firstName
+
'
'
+
item
.
item
.
author
.
lastName
+
'
</a> <br>
'
+
'
<b><i class="fas fa-user"></i>
'
+
lang_cont_person
+
'
</b>:
'
+
(
item
.
item
.
author
.
map
(
author
=>
'
<a href="
'
+
author
.
hftURL
+
'
" target ="_blank">
'
+
author
.
firstName
+
'
'
+
author
.
lastName
+
'
</a>
'
).
join
(
'
,
'
))
+
'
<br>
'
+
'
<b><i class="fas fa-star"></i>
'
+
lang_keywords
+
'
</b>:
'
+
item
.
item
.
keywords
.
join
(
'
,
'
)
+
'
</br>
'
+
ExploreHTML
+
YouTubeHTML
+
...
...
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