Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
INB
covid-portal
covid-portal-es
Commits
3d2f6168
Commit
3d2f6168
authored
Oct 14, 2021
by
Albert Hornos Vidal
Browse files
feat: add description to research projects
parent
6f975956
Changes
1
Show whitespace changes
Inline
Side-by-side
layouts/research-projects/single.html
View file @
3d2f6168
...
...
@@ -86,6 +86,14 @@
<small><b>
Organization:
</b>
{{ .uni_multi_centric }}
</small><br>
<small><b>
Clinical trial:
</b>
{{ .clinical_trial }}
</small><br>
<small><b>
Topic call:
</b>
{{ delimit .topic_call ", " }}
</small><br>
{{ if .description }}
<a
class=
"badge badge-primary dp-background-color--primary"
data-toggle=
"collapse"
href=
"#description{{ $index }}"
role=
"button"
aria-expanded=
"false"
aria-controls=
"description{{ $index }}"
>
{{ i18n "description" }}
<i
class=
"bi bi-caret-down-fill"
></i>
</a>
<div
class=
"collapse"
id=
"description{{ $index }}"
>
<div
class=
"card card-body"
>
{{ safeHTML .description }}
</div>
</div>
{{ end }}
</td>
<td>
{{ .isciii_reference }}
</td>
...
...
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