mirror of
https://github.com/standardebooks/web.git
synced 2025-07-22 07:14:59 -04:00
Tweak wording on delete artist page and add some more breadcrumbs
This commit is contained in:
parent
1136cfb2af
commit
34fd71e55a
11 changed files with 83 additions and 19 deletions
|
@ -67,6 +67,10 @@ catch(Exceptions\InvalidPermissionsException){
|
|||
?><?= Template::Header(title: $artwork->Name, css: ['/css/artwork.css']) ?>
|
||||
<main class="artworks">
|
||||
<section class="narrow">
|
||||
<nav class="breadcrumbs">
|
||||
<a href="/artworks">Artworks</a> →
|
||||
<a href="<?= $artwork->Artist->Url ?>"><?= Formatter::EscapeHtml($artwork->Artist->Name) ?></a> →
|
||||
</nav>
|
||||
<h1><?= Formatter::EscapeHtml($artwork->Name) ?></h1>
|
||||
|
||||
<?= Template::Error(exception: $exception) ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue