Skip to content
Snippets Groups Projects

update link to repo

Merged Hahn Axel (hahn) requested to merge restyle-adminlte into master
2 files
+ 2
3
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -50,7 +50,7 @@ return [
<br>
<div class="sidebar-infobox bottom">
<i class="fas fa-info-circle"></i> <a href="'.APP_REPO_URL.'" target="_blank">CronLog viewer v'.APP_VERSION.'</a><br>
<i class="fas fa-info-circle"></i> CronLog viewer v'.APP_VERSION.'<br>
<i class="fab fa-php"></i> PHP '.PHP_VERSION.'<br>
</div>
',
@@ -93,5 +93,5 @@ return [
',
'{{PAGE_FOOTER_LEFT}}'=>'2018 -2022 // University of Bern * Institute for Medical education',
'{{PAGE_FOOTER_RIGHT}}'=>'Source: <a href="https://git-repo.iml.unibe.ch/iml-open-source/cronlog-viewer/">git-repo.iml.unibe.ch</a>',
'{{PAGE_FOOTER_RIGHT}}'=>'Source: <a href="https://git-repo.iml.unibe.ch/iml-open-source/cronlog-viewer/" target="_blank">git-repo.iml.unibe.ch</a>',
];
\ No newline at end of file
Loading