Merge branch 'master' of github.com:dignajar/bludit

This commit is contained in:
Diego Najar 2018-02-24 22:39:49 +01:00
commit b558899f22
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@
<?php echo $page->content(); ?>
</div>
<?php if (!$Url->notFound()): ?>
<div class="text-right mt-5">
<a class="btn btn-primary" href="<?php echo $GITHUB_BASE_URL.$page->key().'/'.FILENAME ?>"><?php echo $Language->get('Collaborate with us and edit this page'); ?></a>
</div>
<?php endif ?>