Merge pull request #3123 from Icinga/feature/update-about-details

Update 'About' details with application name in version and corrected URLs
This commit is contained in:
lippserd 2017-11-21 14:07:19 +01:00 committed by GitHub
commit b4efc4e822
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
<?= $this->img('img/icinga-logo-big-dark.png', null, array('width' => 320)) ?>
<dl class="name-value-list">
<?php if (isset($version['appVersion'])): ?>
<dt><?= $this->translate('Version') ?></dt>
<dt><?= $this->translate('Icinga Web 2 Version') ?></dt>
<dd><?= $this->escape($version['appVersion']) ?></dd>
<?php endif ?>
<?php if (isset($version['gitCommitID'])): ?>
@ -72,7 +72,7 @@
) ?>
<?= $this->qlink(
null,
'https://www.icinga.com/services/support',
'https://www.icinga.com/support/',
null,
array(
'target' => '_blank',
@ -82,7 +82,7 @@
) ?>
<?= $this->qlink(
null,
'https://www.icinga.com/community/get-involved/',
'https://www.icinga.com/about/get-involved/',
null,
array(
'target' => '_blank',