summaryrefslogtreecommitdiff
path: root/app/views/update/index.phtml
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-09-17 13:26:32 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-09-17 13:26:32 +0200
commita3b5e72729be08f79585c782d497f49edd11c064 (patch)
treedf9f198519b2d54a3333907668e8e1c770c24e7b /app/views/update/index.phtml
parent6e140d82b033e1304d7495d990ec0295fa7ffaa1 (diff)
Move button to apply update outside the message
Diffstat (limited to 'app/views/update/index.phtml')
-rw-r--r--app/views/update/index.phtml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/update/index.phtml b/app/views/update/index.phtml
index 5be8b1e8b..401f6acd6 100644
--- a/app/views/update/index.phtml
+++ b/app/views/update/index.phtml
@@ -29,4 +29,8 @@
<a href="<?php echo _url('update', 'check'); ?>" class="btn"><?php echo _t('update_check'); ?></a>
</p>
<?php } ?>
+
+ <?php if ($this->update_to_apply) { ?>
+ <a class="btn btn-important" href="<?php echo _url('update', 'apply'); ?>"><?php echo _t('update_apply'); ?></a>
+ <?php } ?>
</div>