Merge branch 'master' of github.com:dignajar/bludit
This commit is contained in:
commit
b558899f22
|
@ -6,6 +6,8 @@
|
||||||
<?php echo $page->content(); ?>
|
<?php echo $page->content(); ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<?php if (!$Url->notFound()): ?>
|
||||||
<div class="text-right mt-5">
|
<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>
|
<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>
|
</div>
|
||||||
|
<?php endif ?>
|
||||||
|
|
Loading…
Reference in New Issue