mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2026-02-04 10:35:30 +00:00
small frointend annoyances
This commit is contained in:
@@ -9,6 +9,15 @@
|
||||
<h1 class="text-2xl w-full font-bold text-slate-900 mb-1">
|
||||
Seiteneditor
|
||||
</h1>
|
||||
{{- if and $model.selected $model.selected.URL -}}
|
||||
<div class="flex flex-row gap-x-3">
|
||||
<div>
|
||||
<a href="{{ $model.selected.URL }}" class="text-gray-700 hover:text-slate-950 block no-underline">
|
||||
<i class="ri-eye-line"></i> Anschauen
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
{{- end -}}
|
||||
</div>
|
||||
|
||||
<div class="flex flex-col justify-end gap-y-4 pr-4">
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
<title>Seiteneditor</title>
|
||||
<title>{{ .site.title }} – Seiteneditor</title>
|
||||
<script src="/assets/vendor/tinymce/tinymce.min.js" defer></script>
|
||||
|
||||
Reference in New Issue
Block a user