mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2026-02-04 02:25:30 +00:00
BUGFIX: Speed up A-Z nav
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
<tool-tip position="top" class="!inline">
|
<tool-tip position="top" class="!inline">
|
||||||
<div class="data-tip">{{ $model.result.PrevByTitle.PreferredTitle }}</div>
|
<div class="data-tip">{{ $model.result.PrevByTitle.PreferredTitle }}</div>
|
||||||
<a
|
<a
|
||||||
href="/almanach/{{ $model.result.PrevByTitle.MusenalmID }}"
|
href="/almanach/{{ $model.result.PrevByTitle.MusenalmID }}/"
|
||||||
class="text-gray-700 hover:text-slate-950 no-underline">
|
class="text-gray-700 hover:text-slate-950 no-underline">
|
||||||
<i class="ri-arrow-left-s-line"></i>
|
<i class="ri-arrow-left-s-line"></i>
|
||||||
</a>
|
</a>
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
<tool-tip position="top" class="!inline">
|
<tool-tip position="top" class="!inline">
|
||||||
<div class="data-tip">{{ $model.result.NextByTitle.PreferredTitle }}</div>
|
<div class="data-tip">{{ $model.result.NextByTitle.PreferredTitle }}</div>
|
||||||
<a
|
<a
|
||||||
href="/almanach/{{ $model.result.NextByTitle.MusenalmID }}"
|
href="/almanach/{{ $model.result.NextByTitle.MusenalmID }}/"
|
||||||
class="text-gray-700 hover:text-slate-950 no-underline">
|
class="text-gray-700 hover:text-slate-950 no-underline">
|
||||||
<i class="ri-arrow-right-s-line"></i>
|
<i class="ri-arrow-right-s-line"></i>
|
||||||
</a>
|
</a>
|
||||||
@@ -53,11 +53,11 @@
|
|||||||
{{- if (IsAdminOrEditor $model.request.user) -}}
|
{{- if (IsAdminOrEditor $model.request.user) -}}
|
||||||
<div>
|
<div>
|
||||||
<i class="ri-edit-line"></i>
|
<i class="ri-edit-line"></i>
|
||||||
<a href="/almanach/{{ $model.result.Entry.MusenalmID }}/edit">Bearbeiten</a>
|
<a href="/almanach/{{ $model.result.Entry.MusenalmID }}/edit/">Bearbeiten</a>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<i class="ri-file-edit-line"></i>
|
<i class="ri-file-edit-line"></i>
|
||||||
<a href="/almanach/{{ $model.result.Entry.MusenalmID }}/contents/edit">Beiträge bearbeiten</a>
|
<a href="/almanach/{{ $model.result.Entry.MusenalmID }}/contents/edit/">Beiträge bearbeiten</a>
|
||||||
</div>
|
</div>
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
<div class="mb-1">
|
<div class="mb-1">
|
||||||
<div class="header-tabs">
|
<div class="header-tabs">
|
||||||
{{- if $model.result -}}
|
{{- if $model.result -}}
|
||||||
<a href="/almanach/{{- $model.result.Entry.MusenalmID -}}/edit" class="header-tab">
|
<a href="/almanach/{{- $model.result.Entry.MusenalmID -}}/edit/" class="header-tab">
|
||||||
<i class="ri-book-line"></i> Almanach
|
<i class="ri-book-line"></i> Almanach
|
||||||
</a>
|
</a>
|
||||||
{{- else -}}
|
{{- else -}}
|
||||||
@@ -40,7 +40,7 @@
|
|||||||
<div class="flex flex-row">
|
<div class="flex flex-row">
|
||||||
{{- if $model.result.PrevByID -}}
|
{{- if $model.result.PrevByID -}}
|
||||||
<div>
|
<div>
|
||||||
<a href="/almanach/{{ $model.result.PrevByID.MusenalmID }}/contents/edit" class="text-gray-700 hover:text-slate-950 no-underline block">
|
<a href="/almanach/{{ $model.result.PrevByID.MusenalmID }}/contents/edit/" class="text-gray-700 hover:text-slate-950 no-underline block">
|
||||||
<i class="ri-arrow-left-s-line"></i>
|
<i class="ri-arrow-left-s-line"></i>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
@@ -50,7 +50,7 @@
|
|||||||
</div>
|
</div>
|
||||||
{{- if $model.result.NextByID -}}
|
{{- if $model.result.NextByID -}}
|
||||||
<div>
|
<div>
|
||||||
<a href="/almanach/{{ $model.result.NextByID.MusenalmID }}/contents/edit" class="text-gray-700 hover:text-slate-950 no-underline block">
|
<a href="/almanach/{{ $model.result.NextByID.MusenalmID }}/contents/edit/" class="text-gray-700 hover:text-slate-950 no-underline block">
|
||||||
<i class="ri-arrow-right-s-line"></i>
|
<i class="ri-arrow-right-s-line"></i>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
@@ -71,7 +71,7 @@
|
|||||||
<tool-tip position="top" class="!inline">
|
<tool-tip position="top" class="!inline">
|
||||||
<div class="data-tip">{{ $model.result.PrevByTitle.PreferredTitle }}</div>
|
<div class="data-tip">{{ $model.result.PrevByTitle.PreferredTitle }}</div>
|
||||||
<a
|
<a
|
||||||
href="/almanach/{{ $model.result.PrevByTitle.MusenalmID }}/contents/edit"
|
href="/almanach/{{ $model.result.PrevByTitle.MusenalmID }}/contents/edit/"
|
||||||
class="text-gray-700 hover:text-slate-950 no-underline">
|
class="text-gray-700 hover:text-slate-950 no-underline">
|
||||||
<i class="ri-arrow-left-s-line"></i>
|
<i class="ri-arrow-left-s-line"></i>
|
||||||
</a>
|
</a>
|
||||||
@@ -88,7 +88,7 @@
|
|||||||
<tool-tip position="top" class="!inline">
|
<tool-tip position="top" class="!inline">
|
||||||
<div class="data-tip">{{ $model.result.NextByTitle.PreferredTitle }}</div>
|
<div class="data-tip">{{ $model.result.NextByTitle.PreferredTitle }}</div>
|
||||||
<a
|
<a
|
||||||
href="/almanach/{{ $model.result.NextByTitle.MusenalmID }}/contents/edit"
|
href="/almanach/{{ $model.result.NextByTitle.MusenalmID }}/contents/edit/"
|
||||||
class="text-gray-700 hover:text-slate-950 no-underline">
|
class="text-gray-700 hover:text-slate-950 no-underline">
|
||||||
<i class="ri-arrow-right-s-line"></i>
|
<i class="ri-arrow-right-s-line"></i>
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
<div class="mb-1">
|
<div class="mb-1">
|
||||||
<div class="header-tabs">
|
<div class="header-tabs">
|
||||||
{{- if $model.result -}}
|
{{- if $model.result -}}
|
||||||
<a href="/almanach/{{- $model.result.Entry.MusenalmID -}}/edit" class="header-tab">
|
<a href="/almanach/{{- $model.result.Entry.MusenalmID -}}/edit/" class="header-tab">
|
||||||
<i class="ri-book-line"></i> Almanach
|
<i class="ri-book-line"></i> Almanach
|
||||||
</a>
|
</a>
|
||||||
{{- else -}}
|
{{- else -}}
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
<i class="ri-book-line"></i> Almanach
|
<i class="ri-book-line"></i> Almanach
|
||||||
</span>
|
</span>
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
<a href="/almanach/{{- $model.result.Entry.MusenalmID -}}/contents/edit" class="header-tab">
|
<a href="/almanach/{{- $model.result.Entry.MusenalmID -}}/contents/edit/" class="header-tab">
|
||||||
<i class="ri-file-list-3-line"></i> Beiträge
|
<i class="ri-file-list-3-line"></i> Beiträge
|
||||||
</a>
|
</a>
|
||||||
<span class="header-tab-sep" aria-hidden="true">
|
<span class="header-tab-sep" aria-hidden="true">
|
||||||
@@ -52,7 +52,7 @@
|
|||||||
<div class="flex flex-row">
|
<div class="flex flex-row">
|
||||||
{{- if $model.prev_content -}}
|
{{- if $model.prev_content -}}
|
||||||
<div>
|
<div>
|
||||||
<a href="/almanach/{{ $model.result.Entry.MusenalmID }}/contents/{{ $model.prev_content.MusenalmID }}/edit" class="text-gray-700 hover:text-slate-950 no-underline block">
|
<a href="/almanach/{{ $model.result.Entry.MusenalmID }}/contents/{{ $model.prev_content.MusenalmID }}/edit/" class="text-gray-700 hover:text-slate-950 no-underline block">
|
||||||
<i class="ri-arrow-left-s-line"></i>
|
<i class="ri-arrow-left-s-line"></i>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
@@ -62,7 +62,7 @@
|
|||||||
</div>
|
</div>
|
||||||
{{- if $model.next_content -}}
|
{{- if $model.next_content -}}
|
||||||
<div>
|
<div>
|
||||||
<a href="/almanach/{{ $model.result.Entry.MusenalmID }}/contents/{{ $model.next_content.MusenalmID }}/edit" class="text-gray-700 hover:text-slate-950 no-underline block">
|
<a href="/almanach/{{ $model.result.Entry.MusenalmID }}/contents/{{ $model.next_content.MusenalmID }}/edit/" class="text-gray-700 hover:text-slate-950 no-underline block">
|
||||||
<i class="ri-arrow-right-s-line"></i>
|
<i class="ri-arrow-right-s-line"></i>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
@@ -93,7 +93,7 @@
|
|||||||
{{- end -}}
|
{{- end -}}
|
||||||
</div>
|
</div>
|
||||||
<a
|
<a
|
||||||
href="/almanach/{{ $model.result.Entry.MusenalmID }}/contents/{{ $model.prev_content.MusenalmID }}/edit"
|
href="/almanach/{{ $model.result.Entry.MusenalmID }}/contents/{{ $model.prev_content.MusenalmID }}/edit/"
|
||||||
class="text-gray-700 hover:text-slate-950 no-underline">
|
class="text-gray-700 hover:text-slate-950 no-underline">
|
||||||
<i class="ri-arrow-left-s-line"></i>
|
<i class="ri-arrow-left-s-line"></i>
|
||||||
</a>
|
</a>
|
||||||
@@ -118,7 +118,7 @@
|
|||||||
{{- end -}}
|
{{- end -}}
|
||||||
</div>
|
</div>
|
||||||
<a
|
<a
|
||||||
href="/almanach/{{ $model.result.Entry.MusenalmID }}/contents/{{ $model.next_content.MusenalmID }}/edit"
|
href="/almanach/{{ $model.result.Entry.MusenalmID }}/contents/{{ $model.next_content.MusenalmID }}/edit/"
|
||||||
class="text-gray-700 hover:text-slate-950 no-underline">
|
class="text-gray-700 hover:text-slate-950 no-underline">
|
||||||
<i class="ri-arrow-right-s-line"></i>
|
<i class="ri-arrow-right-s-line"></i>
|
||||||
</a>
|
</a>
|
||||||
@@ -266,7 +266,7 @@
|
|||||||
{{- end -}}
|
{{- end -}}
|
||||||
</p>
|
</p>
|
||||||
<div class="form-action-bar-actions">
|
<div class="form-action-bar-actions">
|
||||||
<a href="/almanach/{{ $model.result.Entry.MusenalmID }}/contents/edit" class="resetbutton w-40 flex items-center gap-2 justify-center">
|
<a href="/almanach/{{ $model.result.Entry.MusenalmID }}/contents/edit/" class="resetbutton w-40 flex items-center gap-2 justify-center">
|
||||||
<i class="ri-arrow-left-line"></i>
|
<i class="ri-arrow-left-line"></i>
|
||||||
<span>Liste</span>
|
<span>Liste</span>
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ type AlmanachResult struct {
|
|||||||
<i class="ri-book-line"></i> Almanach
|
<i class="ri-book-line"></i> Almanach
|
||||||
</span>
|
</span>
|
||||||
{{- if not $model.is_new -}}
|
{{- if not $model.is_new -}}
|
||||||
<a href="/almanach/{{- $model.result.Entry.MusenalmID -}}/contents/edit" class="header-tab">
|
<a href="/almanach/{{- $model.result.Entry.MusenalmID -}}/contents/edit/" class="header-tab">
|
||||||
<i class="ri-file-list-3-line"></i> Beiträge
|
<i class="ri-file-list-3-line"></i> Beiträge
|
||||||
</a>
|
</a>
|
||||||
{{- else -}}
|
{{- else -}}
|
||||||
@@ -76,7 +76,7 @@ type AlmanachResult struct {
|
|||||||
<div class="flex flex-row">
|
<div class="flex flex-row">
|
||||||
{{- if $model.result.PrevByID -}}
|
{{- if $model.result.PrevByID -}}
|
||||||
<div>
|
<div>
|
||||||
<a href="/almanach/{{ $model.result.PrevByID.MusenalmID }}/edit" class="text-gray-700 hover:text-slate-950 no-underline block ">
|
<a href="/almanach/{{ $model.result.PrevByID.MusenalmID }}/edit/" class="text-gray-700 hover:text-slate-950 no-underline block ">
|
||||||
<i class="ri-arrow-left-s-line"></i>
|
<i class="ri-arrow-left-s-line"></i>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
@@ -90,7 +90,7 @@ type AlmanachResult struct {
|
|||||||
</div>
|
</div>
|
||||||
{{- if $model.result.NextByID -}}
|
{{- if $model.result.NextByID -}}
|
||||||
<div>
|
<div>
|
||||||
<a href="/almanach/{{ $model.result.NextByID.MusenalmID }}/edit" class="text-gray-700 hover:text-slate-950 block no-underline"><i class="ri-arrow-right-s-line"></i></a>
|
<a href="/almanach/{{ $model.result.NextByID.MusenalmID }}/edit/" class="text-gray-700 hover:text-slate-950 block no-underline"><i class="ri-arrow-right-s-line"></i></a>
|
||||||
</div>
|
</div>
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
</div>
|
</div>
|
||||||
@@ -109,7 +109,7 @@ type AlmanachResult struct {
|
|||||||
<tool-tip position="top" class="!inline">
|
<tool-tip position="top" class="!inline">
|
||||||
<div class="data-tip">{{ $model.result.PrevByTitle.PreferredTitle }}</div>
|
<div class="data-tip">{{ $model.result.PrevByTitle.PreferredTitle }}</div>
|
||||||
<a
|
<a
|
||||||
href="/almanach/{{ $model.result.PrevByTitle.MusenalmID }}/edit"
|
href="/almanach/{{ $model.result.PrevByTitle.MusenalmID }}/edit/"
|
||||||
class="text-gray-700 hover:text-slate-950 no-underline">
|
class="text-gray-700 hover:text-slate-950 no-underline">
|
||||||
<i class="ri-arrow-left-s-line"></i>
|
<i class="ri-arrow-left-s-line"></i>
|
||||||
</a>
|
</a>
|
||||||
@@ -126,7 +126,7 @@ type AlmanachResult struct {
|
|||||||
<tool-tip position="top" class="!inline">
|
<tool-tip position="top" class="!inline">
|
||||||
<div class="data-tip">{{ $model.result.NextByTitle.PreferredTitle }}</div>
|
<div class="data-tip">{{ $model.result.NextByTitle.PreferredTitle }}</div>
|
||||||
<a
|
<a
|
||||||
href="/almanach/{{ $model.result.NextByTitle.MusenalmID }}/edit"
|
href="/almanach/{{ $model.result.NextByTitle.MusenalmID }}/edit/"
|
||||||
class="text-gray-700 hover:text-slate-950 no-underline">
|
class="text-gray-700 hover:text-slate-950 no-underline">
|
||||||
<i class="ri-arrow-right-s-line"></i>
|
<i class="ri-arrow-right-s-line"></i>
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
@@ -39,7 +39,7 @@
|
|||||||
{{- if (IsAdminOrEditor $model.request.user) -}}
|
{{- if (IsAdminOrEditor $model.request.user) -}}
|
||||||
<div>
|
<div>
|
||||||
· <i class="ri-edit-line"></i>
|
· <i class="ri-edit-line"></i>
|
||||||
<a href="/almanach/{{- $model.result.Entry.MusenalmID -}}/contents/{{- $model.result.Content.MusenalmID -}}/edit">Bearbeiten</a>
|
<a href="/almanach/{{- $model.result.Entry.MusenalmID -}}/contents/{{- $model.result.Content.MusenalmID -}}/edit/">Bearbeiten</a>
|
||||||
</div>
|
</div>
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -221,7 +221,7 @@
|
|||||||
</a>
|
</a>
|
||||||
{{- if and $request (IsAdminOrEditor $request.user) -}}
|
{{- if and $request (IsAdminOrEditor $request.user) -}}
|
||||||
<a
|
<a
|
||||||
href="/almanach/{{- $entry.MusenalmID -}}/contents/{{- $content.MusenalmID -}}/edit"
|
href="/almanach/{{- $entry.MusenalmID -}}/contents/{{- $content.MusenalmID -}}/edit/"
|
||||||
class="no-underline rounded bg-stone-100 px-1.5">
|
class="no-underline rounded bg-stone-100 px-1.5">
|
||||||
<i class="ri-edit-line"></i> Bearbeiten
|
<i class="ri-edit-line"></i> Bearbeiten
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
@@ -36,7 +36,7 @@
|
|||||||
<div class="form-action-bar">
|
<div class="form-action-bar">
|
||||||
<div class="form-action-bar-inner">
|
<div class="form-action-bar-inner">
|
||||||
<div class="form-action-bar-actions">
|
<div class="form-action-bar-actions">
|
||||||
<a href="/almanach/{{ $entry.MusenalmID }}/contents/edit" class="resetbutton w-40 flex items-center gap-2 justify-center">
|
<a href="/almanach/{{ $entry.MusenalmID }}/contents/edit/" class="resetbutton w-40 flex items-center gap-2 justify-center">
|
||||||
<i class="ri-close-line"></i>
|
<i class="ri-close-line"></i>
|
||||||
<span>Zurueck</span>
|
<span>Zurueck</span>
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
@@ -39,7 +39,7 @@
|
|||||||
{{- end -}}
|
{{- end -}}
|
||||||
<div class="flex items-baseline gap-2 text-gray-800 min-w-0 flex-1 overflow-hidden flex-nowrap whitespace-nowrap" data-role="content-header-title">
|
<div class="flex items-baseline gap-2 text-gray-800 min-w-0 flex-1 overflow-hidden flex-nowrap whitespace-nowrap" data-role="content-header-title">
|
||||||
<a
|
<a
|
||||||
href="/almanach/{{ $entry.MusenalmID }}/contents/{{ $content.MusenalmID }}/edit"
|
href="/almanach/{{ $entry.MusenalmID }}/contents/{{ $content.MusenalmID }}/edit/"
|
||||||
class="no-underline hover:text-slate-900 cursor-pointer">
|
class="no-underline hover:text-slate-900 cursor-pointer">
|
||||||
{{- if $content.PreferredTitle -}}
|
{{- if $content.PreferredTitle -}}
|
||||||
<span class="content-search-text text-lg font-normal truncate min-w-0 overflow-hidden" data-role="content-header-title-text">{{- $content.PreferredTitle -}}</span>
|
<span class="content-search-text text-lg font-normal truncate min-w-0 overflow-hidden" data-role="content-header-title-text">{{- $content.PreferredTitle -}}</span>
|
||||||
@@ -74,7 +74,7 @@
|
|||||||
<i class="status-icon text-xs {{- if eq $content.EditState "Edited" }} ri-checkbox-circle-line{{- else if eq $content.EditState "Seen" }} ri-information-line{{- else if eq $content.EditState "Review" }} ri-search-line{{- else if eq $content.EditState "ToDo" }} ri-list-check{{- else }} ri-forbid-2-line{{- end }}"></i>
|
<i class="status-icon text-xs {{- if eq $content.EditState "Edited" }} ri-checkbox-circle-line{{- else if eq $content.EditState "Seen" }} ri-information-line{{- else if eq $content.EditState "Review" }} ri-search-line{{- else if eq $content.EditState "ToDo" }} ri-list-check{{- else }} ri-forbid-2-line{{- end }}"></i>
|
||||||
</span>
|
</span>
|
||||||
<a
|
<a
|
||||||
href="/almanach/{{ $entry.MusenalmID }}/contents/{{ $content.MusenalmID }}/edit"
|
href="/almanach/{{ $entry.MusenalmID }}/contents/{{ $content.MusenalmID }}/edit/"
|
||||||
class="resetbutton w-8 h-8 flex items-center justify-center rounded-sm cursor-pointer hover:bg-stone-300"
|
class="resetbutton w-8 h-8 flex items-center justify-center rounded-sm cursor-pointer hover:bg-stone-300"
|
||||||
aria-label="Beitrag bearbeiten">
|
aria-label="Beitrag bearbeiten">
|
||||||
<i class="ri-edit-2-line text-sm"></i>
|
<i class="ri-edit-2-line text-sm"></i>
|
||||||
|
|||||||
@@ -33,7 +33,7 @@
|
|||||||
<i class="ri-links-line"></i> Link
|
<i class="ri-links-line"></i> Link
|
||||||
</a>
|
</a>
|
||||||
{{- if (IsAdminOrEditor $request.user) -}}
|
{{- if (IsAdminOrEditor $request.user) -}}
|
||||||
<a href="/reihe/{{ $r.MusenalmID }}/edit" class="no-underline rounded bg-stone-100 px-1.5">
|
<a href="/reihe/{{ $r.MusenalmID }}/edit/" class="no-underline rounded bg-stone-100 px-1.5">
|
||||||
<i class="ri-edit-line"></i>
|
<i class="ri-edit-line"></i>
|
||||||
Bearbeiten
|
Bearbeiten
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
@@ -60,7 +60,7 @@
|
|||||||
Alm
|
Alm
|
||||||
{{ $bd.MusenalmID }}
|
{{ $bd.MusenalmID }}
|
||||||
{{- if (IsAdminOrEditor $request.user) -}}
|
{{- if (IsAdminOrEditor $request.user) -}}
|
||||||
<a href="/almanach/{{ $bd.MusenalmID }}/edit" class="no-underline rounded bg-stone-100 px-1.5">
|
<a href="/almanach/{{ $bd.MusenalmID }}/edit/" class="no-underline rounded bg-stone-100 px-1.5">
|
||||||
<i class="ri-edit-line"></i>
|
<i class="ri-edit-line"></i>
|
||||||
</a>
|
</a>
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|||||||
@@ -45,7 +45,7 @@
|
|||||||
<tool-tip position="top" class="!inline">
|
<tool-tip position="top" class="!inline">
|
||||||
<div class="data-tip">{{ $model.result.Prev.Name }}</div>
|
<div class="data-tip">{{ $model.result.Prev.Name }}</div>
|
||||||
<a
|
<a
|
||||||
href="/ort/{{ $model.result.Prev.Id }}/edit"
|
href="/ort/{{ $model.result.Prev.Id }}/edit/"
|
||||||
class="text-gray-700 hover:text-slate-950 no-underline">
|
class="text-gray-700 hover:text-slate-950 no-underline">
|
||||||
<i class="ri-arrow-left-s-line"></i>
|
<i class="ri-arrow-left-s-line"></i>
|
||||||
</a>
|
</a>
|
||||||
@@ -62,7 +62,7 @@
|
|||||||
<tool-tip position="top" class="!inline">
|
<tool-tip position="top" class="!inline">
|
||||||
<div class="data-tip">{{ $model.result.Next.Name }}</div>
|
<div class="data-tip">{{ $model.result.Next.Name }}</div>
|
||||||
<a
|
<a
|
||||||
href="/ort/{{ $model.result.Next.Id }}/edit"
|
href="/ort/{{ $model.result.Next.Id }}/edit/"
|
||||||
class="text-gray-700 hover:text-slate-950 no-underline">
|
class="text-gray-700 hover:text-slate-950 no-underline">
|
||||||
<i class="ri-arrow-right-s-line"></i>
|
<i class="ri-arrow-right-s-line"></i>
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
</div>
|
</div>
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{- if (IsAdminOrEditor $model.request.user) -}}
|
{{- if (IsAdminOrEditor $model.request.user) -}}
|
||||||
<a href="/ort/{{ $place.Id }}/edit" class="text-sm font-bold text-gray-700 hover:text-slate-950 no-underline">
|
<a href="/ort/{{ $place.Id }}/edit/" class="text-sm font-bold text-gray-700 hover:text-slate-950 no-underline">
|
||||||
<i class="ri-edit-line"></i> Bearbeiten
|
<i class="ri-edit-line"></i> Bearbeiten
|
||||||
</a>
|
</a>
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|||||||
@@ -46,7 +46,7 @@
|
|||||||
<div class="font-sans">
|
<div class="font-sans">
|
||||||
·
|
·
|
||||||
<i class="ri-edit-line"></i>
|
<i class="ri-edit-line"></i>
|
||||||
<a href="/person/{{ $model.result.Agent.Id }}/edit">Bearbeiten</a>
|
<a href="/person/{{ $model.result.Agent.Id }}/edit/">Bearbeiten</a>
|
||||||
</div>
|
</div>
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
<tool-tip position="top" class="!inline">
|
<tool-tip position="top" class="!inline">
|
||||||
<div class="data-tip">{{ $model.result.Prev.Name }}</div>
|
<div class="data-tip">{{ $model.result.Prev.Name }}</div>
|
||||||
<a
|
<a
|
||||||
href="/person/{{ $model.result.Prev.Id }}/edit"
|
href="/person/{{ $model.result.Prev.Id }}/edit/"
|
||||||
class="text-gray-700 hover:text-slate-950 no-underline">
|
class="text-gray-700 hover:text-slate-950 no-underline">
|
||||||
<i class="ri-arrow-left-s-line"></i>
|
<i class="ri-arrow-left-s-line"></i>
|
||||||
</a>
|
</a>
|
||||||
@@ -58,7 +58,7 @@
|
|||||||
<tool-tip position="top" class="!inline">
|
<tool-tip position="top" class="!inline">
|
||||||
<div class="data-tip">{{ $model.result.Next.Name }}</div>
|
<div class="data-tip">{{ $model.result.Next.Name }}</div>
|
||||||
<a
|
<a
|
||||||
href="/person/{{ $model.result.Next.Id }}/edit"
|
href="/person/{{ $model.result.Next.Id }}/edit/"
|
||||||
class="text-gray-700 hover:text-slate-950 no-underline">
|
class="text-gray-700 hover:text-slate-950 no-underline">
|
||||||
<i class="ri-arrow-right-s-line"></i>
|
<i class="ri-arrow-right-s-line"></i>
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
@@ -99,7 +99,7 @@
|
|||||||
|
|
||||||
{{- if (IsAdminOrEditor $model.request.user) -}}
|
{{- if (IsAdminOrEditor $model.request.user) -}}
|
||||||
<div class="font-sans">
|
<div class="font-sans">
|
||||||
<a href="/person/{{ $agent.Id}}/edit" class="no-underline hover:text-slate-950">
|
<a href="/person/{{ $agent.Id}}/edit/" class="no-underline hover:text-slate-950">
|
||||||
<i class="ri-edit-line"></i>
|
<i class="ri-edit-line"></i>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -48,7 +48,7 @@
|
|||||||
<div class="font-sans">
|
<div class="font-sans">
|
||||||
·
|
·
|
||||||
<i class="ri-edit-line"></i>
|
<i class="ri-edit-line"></i>
|
||||||
<a href="/reihe/{{ $r.MusenalmID }}/edit">Bearbeiten</a>
|
<a href="/reihe/{{ $r.MusenalmID }}/edit/">Bearbeiten</a>
|
||||||
</div>
|
</div>
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
<tool-tip position="top" class="!inline">
|
<tool-tip position="top" class="!inline">
|
||||||
<div class="data-tip">{{ $model.result.Prev.Title }}</div>
|
<div class="data-tip">{{ $model.result.Prev.Title }}</div>
|
||||||
<a
|
<a
|
||||||
href="/reihe/{{ $model.result.Prev.MusenalmID }}/edit"
|
href="/reihe/{{ $model.result.Prev.MusenalmID }}/edit/"
|
||||||
class="text-gray-700 hover:text-slate-950 no-underline">
|
class="text-gray-700 hover:text-slate-950 no-underline">
|
||||||
<i class="ri-arrow-left-s-line"></i>
|
<i class="ri-arrow-left-s-line"></i>
|
||||||
</a>
|
</a>
|
||||||
@@ -58,7 +58,7 @@
|
|||||||
<tool-tip position="top" class="!inline">
|
<tool-tip position="top" class="!inline">
|
||||||
<div class="data-tip">{{ $model.result.Next.Title }}</div>
|
<div class="data-tip">{{ $model.result.Next.Title }}</div>
|
||||||
<a
|
<a
|
||||||
href="/reihe/{{ $model.result.Next.MusenalmID }}/edit"
|
href="/reihe/{{ $model.result.Next.MusenalmID }}/edit/"
|
||||||
class="text-gray-700 hover:text-slate-950 no-underline">
|
class="text-gray-700 hover:text-slate-950 no-underline">
|
||||||
<i class="ri-arrow-right-s-line"></i>
|
<i class="ri-arrow-right-s-line"></i>
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
<span class="filtercategory">Erscheinungsort</span> ·
|
<span class="filtercategory">Erscheinungsort</span> ·
|
||||||
<span class="filterterm">{{ $model.result.Place.Name }}</span>
|
<span class="filterterm">{{ $model.result.Place.Name }}</span>
|
||||||
{{- if (IsAdminOrEditor $model.request.user) -}}
|
{{- if (IsAdminOrEditor $model.request.user) -}}
|
||||||
<a href="/ort/{{ $model.result.Place.Id }}/edit" class="no-underline rounded bg-stone-100 px-1.5">
|
<a href="/ort/{{ $model.result.Place.Id }}/edit/" class="no-underline rounded bg-stone-100 px-1.5">
|
||||||
<i class="ri-edit-line"></i>
|
<i class="ri-edit-line"></i>
|
||||||
</a>
|
</a>
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|||||||
@@ -99,7 +99,7 @@
|
|||||||
|
|
||||||
|
|
||||||
{{- if (IsAdminOrEditor $model.request.user) -}}
|
{{- if (IsAdminOrEditor $model.request.user) -}}
|
||||||
<a href="/almanach/{{ $entry.MusenalmID }}/edit" class="no-underline rounded
|
<a href="/almanach/{{ $entry.MusenalmID }}/edit/" class="no-underline rounded
|
||||||
bg-stone-100 px-1.5 text-sm mt-1.5">
|
bg-stone-100 px-1.5 text-sm mt-1.5">
|
||||||
<i class="ri-edit-line"></i>
|
<i class="ri-edit-line"></i>
|
||||||
Bearbeiten
|
Bearbeiten
|
||||||
|
|||||||
Reference in New Issue
Block a user