miniflux-legacy/templates/confirm_auto_update.php
2014-11-08 10:07:24 -05:00

10 lines
386 B
PHP

<div class="page-header">
<h2><?= t('Confirmation') ?></h2>
</div>
<p class="alert alert-error"><?= t('This action will update Miniflux with the last development version, are you sure?') ?></p>
<div class="form-actions">
<a href="?action=auto-update" class="btn btn-red"><?= t('Update Miniflux') ?></a>
<?= t('or') ?> <a href="?action=config"><?= t('cancel') ?></a>
</div>