Commit e27951ee authored by Traboulsi's avatar Traboulsi
Browse files

Update public/js/add_content.js

parent c0eb1cc9
Pipeline #8973 passed with stage
in 11 seconds
......@@ -86,6 +86,7 @@ function addcontent(item) {
new_row.innerHTML = new_row.innerHTML + '<div class="col-lg-4">' +
'<div class="card mb-4 shadow-sm extension overflow-auto">' +
'<h5>' + item.item.title + ' <span class="content-subtitle text-muted"> ' + item.item.project + '</span></h5>' +
'<img class="thumbimg" src="' + item.item.imageLink + '" alt="">' +
'<div class="card-body">' +
'<p class="card-text-lg small">' +
description +
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment