Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Faber
fgdi
Commits
829bccf6
Commit
829bccf6
authored
1 year ago
by
Traboulsi
Browse files
Options
Download
Email Patches
Plain Diff
Update public/js/add_content.js
parent
b13c4f06
master
max.faber-master-changes
salam.traboulsi-master-patch-01702
salam.traboulsi-master-patch-46283
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/js/add_content.js
+3
-5
public/js/add_content.js
with
3 additions
and
5 deletions
+3
-5
public/js/add_content.js
+
3
-
5
View file @
829bccf6
...
...
@@ -80,11 +80,9 @@ function addcontent(item) {
'
<p class="card-text-lg small">
'
+
description
+
'
<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-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-star"></i>
'
+
lang_keywords
+
'
</b>:
'
+
item
.
item
.
keywords
.
join
(
'
,
'
)
+
'
</br>
'
+
ExploreHTML
+
YouTubeHTML
+
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets