SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 0c65f16b authored by George Katsikas's avatar George Katsikas :goat:
Browse files

improve notes list item display

parent d8420c9f
No related branches found
No related tags found
No related merge requests found
{{ note.title }} <div class="my-1">
<div class="d-flex justify-content-between">
<span class="fw-bold text-truncate overflow-hidden">{{ note.title }}</span>
<span class="d-flex text-nowrap gap-2">
<span class="badge text-bg-secondary">{{ note.get_visibility_display }}</span>
<span class="fw-bold">{{ note.author.profile.full_name }}</span>
<span>{{ note.created }}</span>
</span>
</div>
<div>{{ note.description }}</div>
</div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment