mirror of
https://github.com/perstarkse/minne.git
synced 2026-04-26 02:38:31 +02:00
fix: further fixes re content viewing and editing
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
<div class="card-body">
|
||||
<div class="flex justify-between space-x-2">
|
||||
<h2 class="card-title truncate">
|
||||
{% if text_content.url %}
|
||||
<a href="{{ text_content.url}}">{{text_content.url}}</a>
|
||||
{% if text_content.url_info %}
|
||||
<a href="{{ text_content.url_info.url}}">{{text_content.url_info.title}}</a>
|
||||
{% elif text_content.file_info %}
|
||||
{{text_content.file_info.file_name}}
|
||||
{% else %}
|
||||
|
||||
Reference in New Issue
Block a user