mirror of
https://github.com/standardebooks/web.git
synced 2025-07-08 15:50:29 -04:00
Add breadcrumb to new artwork form
This commit is contained in:
parent
9eff02db87
commit
4446b6d161
1 changed files with 3 additions and 0 deletions
|
@ -52,6 +52,9 @@ catch(Exceptions\InvalidPermissionsException){
|
|||
) ?>
|
||||
<main>
|
||||
<section class="narrow">
|
||||
<nav class="breadcrumbs">
|
||||
<a href="/artworks">Artworks</a> →
|
||||
</nav>
|
||||
<h1>Submit an Artwork</h1>
|
||||
|
||||
<?= Template::Error(exception: $exception) ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue