mirror of
https://github.com/standardebooks/web.git
synced 2025-07-13 10:02:02 -04:00
Tweak some styling
This commit is contained in:
parent
378555d131
commit
e51cc4395e
4 changed files with 23 additions and 43 deletions
|
@ -62,7 +62,7 @@ $showArtworkStatus = $showArtworkStatus ?? true;
|
|||
<? if($project->Ebook->Artwork !== null){ ?>
|
||||
<i>
|
||||
<a href="<?= $project->Ebook->Artwork->Url ?>"><?= Formatter::EscapeHtml($project->Ebook->Artwork->Name) ?></a>
|
||||
</i> <i>(<?= ucfirst($project->Ebook->Artwork->Status->value) ?>.)</i>
|
||||
</i> (<?= ucfirst($project->Ebook->Artwork->Status->value) ?>)
|
||||
<? }else{ ?>
|
||||
<i>None.</i>
|
||||
<? } ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue