improve layout

This commit is contained in:
Dennis Eichhorn 2020-06-11 12:43:31 +02:00
parent f85cb59f07
commit 168634ec0b

View File

@ -42,7 +42,7 @@ echo $this->getData('nav')->render(); ?>
<?php endforeach; ?>
</div>
<?php if ($editable) : ?>
<div class="col-xs-6 rightText">
<div class="col-xs-6 end-xs plain-grid">
<a tabindex="0" class="button" href="<?= UriFactory::build('{/prefix}news/edit?id=' . $news->getId()); ?>">Edit</a>
</div>
<?php endif; ?>