Files
FreshRSS/app/views/update/apply.phtml
Marien Fressinaud 3ca8c7ec4c Litlle improvements (update system)
- Check UPDATE_FILENAME exists before applying update
- Add empty line at the end of files
2014-08-10 11:52:18 +02:00

10 lines
239 B
PHTML

<?php $this->partial('aside_configure'); ?>
<div class="post">
<a href="<?php echo _url('index', 'index'); ?>"><?php echo _t('back_to_rss_feeds'); ?></a>
<h1><?php echo _t('update_system'); ?></h1>
<?php ask_info_update(); ?>
</div>