Skip to content

Commit

Permalink
Merge pull request #3228 from katzueno/fix-newsflow-url
Browse files Browse the repository at this point in the history
Fix newsflow url to Dashboard's update page
  • Loading branch information
aembler committed Dec 22, 2015
2 parents 226df6c + 274a6e2 commit 3cd88ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/concrete/blocks/dashboard_app_status/view.php
Expand Up @@ -4,7 +4,7 @@
<br/>

<? if (version_compare($latest_version, APP_VERSION, '>')) { ?>
<p><span class="label notice"><?=t('concrete5 Update')?></span> <?=t('The latest version of concrete5 is <strong>%s</strong>. You are currently running concrete5 version <strong>%s</strong>.', $latest_version, APP_VERSION)?> <a class="" href="<?=$view->url('/dashboard/system/backup_restore/update')?>"><?=t('Learn more and update.')?></a></p>
<p><span class="label notice"><?=t('concrete5 Update')?></span> <?=t('The latest version of concrete5 is <strong>%s</strong>. You are currently running concrete5 version <strong>%s</strong>.', $latest_version, APP_VERSION)?> <a class="" href="<?=$view->url('/dashboard/system/backup/update')?>"><?=t('Learn more and update.')?></a></p>

<? } else if (version_compare(APP_VERSION, Config::get('concrete.version'), '>')) { ?>
<p><span class="label warning"><?=t('concrete5')?></span>
Expand Down

0 comments on commit 3cd88ce

Please sign in to comment.