title = 'Image gallery';
?>
= Html::a('Loader', ['index']); ?>
= Html::a('Download all', ['download-all'], ['class' => 'btn btn-primary']); ?>
= Html::buttonInput('Delete', ['class' => 'btn btn-warning', 'id' => 'delete']); ?>
= Html::buttonInput('Select All', ['class' => 'btn btn-info', 'id' => 'select-all']); ?>