diff options
| author | 2015-01-13 11:32:29 +0100 | |
|---|---|---|
| committer | 2015-01-13 11:32:29 +0100 | |
| commit | 0cba8dd69156eab50142efe67f4f3fac22a08081 (patch) | |
| tree | ef7067462be838ad82ce61a48dca7e216e2e02a0 /app/views | |
| parent | 2d1cb016abb1ad2e5c9a875c649a702480f97b1b (diff) | |
Show current version of FRSS on the update page
See https://github.com/FreshRSS/FreshRSS/issues/699
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/update/index.phtml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app/views/update/index.phtml b/app/views/update/index.phtml index 5c07d307e..4c88a0d18 100644 --- a/app/views/update/index.phtml +++ b/app/views/update/index.phtml @@ -6,7 +6,11 @@ <h1><?php echo _t('admin.update'); ?></h1> <p> - <?php echo _i('help'); ?> <?php echo _t('admin.update.last', $this->last_update_time); ?> + <?php echo _i('help'); ?> <?php echo _t('admin.update.current_version', FRESHRSS_VERSION); ?> + </p> + + <p> + <?php echo _t('admin.update.last', $this->last_update_time); ?> </p> <?php if (!empty($this->message)) { ?> |
