breadcrumbs
All checks were successful
Build and push / Pulling repo on server (push) Successful in 3s
All checks were successful
Build and push / Pulling repo on server (push) Successful in 3s
This commit is contained in:
parent
1909be5314
commit
242cf9583e
@ -1,6 +1,6 @@
|
|||||||
<!-- das hier sollte bei einem Turnier mehrfach hinzugefügt werden können. Auswahl aus Agility & Jumping -->
|
<!-- das hier sollte bei einem Turnier mehrfach hinzugefügt werden können. Auswahl aus Agility & Jumping -->
|
||||||
<div>
|
<div>
|
||||||
<h1>Lauf <?= $tournament_id?'Bearbeiten':'Hinzufügen'; ?></h1>
|
<h1>Lauf <?= $run_id?'Bearbeiten':'Hinzufügen'; ?></h1>
|
||||||
|
|
||||||
<form id="tournamenteditform" hx-post="/runs/validate" hx-encoding='multipart/form-data' hx-target="#response">
|
<form id="tournamenteditform" hx-post="/runs/validate" hx-encoding='multipart/form-data' hx-target="#response">
|
||||||
<input type="hidden" name="tournament_id" value="<?= $tournament_id; ?>">
|
<input type="hidden" name="tournament_id" value="<?= $tournament_id; ?>">
|
||||||
|
@ -1,4 +1,10 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
|
<nav aria-label="breadcrumb">
|
||||||
|
<ol class="breadcrumb">
|
||||||
|
<li class="breadcrumb-item"><a href="/tournaments/event/<?= $tournament_id; ?>" hx-push-url="/tournaments/event/<?= $tournament_id; ?>" hx-get="/tournaments/event/<?= $tournament_id; ?>" hx-target="#main"><?= escape($tournament['name']); ?></a></li>
|
||||||
|
<li class="breadcrumb-item active" aria-current="page"><?= escape($run['name']); ?></li>
|
||||||
|
</ol>
|
||||||
|
</nav>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-3">
|
<div class="col-3">
|
||||||
<div class="card">
|
<div class="card">
|
||||||
|
Reference in New Issue
Block a user