mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-16 18:01:38 +00:00
Added delete button on Baggy theme
This commit is contained in:
parent
73f28afb19
commit
9102851f59
2 changed files with 7 additions and 1 deletions
|
@ -124,9 +124,10 @@ class AnnotationRepository extends EntityRepository
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Find all annotations related to archived entries
|
* Find all annotations related to archived entries.
|
||||||
*
|
*
|
||||||
* @param $userId
|
* @param $userId
|
||||||
|
*
|
||||||
* @return mixed
|
* @return mixed
|
||||||
*/
|
*/
|
||||||
public function findAllByArchivedEntriesAndUserId($userId)
|
public function findAllByArchivedEntriesAndUserId($userId)
|
||||||
|
|
|
@ -199,6 +199,11 @@
|
||||||
{{ 'config.reset.tags'|trans }}
|
{{ 'config.reset.tags'|trans }}
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="{{ path('config_reset', { type: 'archived'}) }}" onclick="return confirm('{{ 'config.reset.confirm'|trans|escape('js') }}')" class="waves-effect waves-light btn red">
|
||||||
|
{{ 'config.reset.archived'|trans }}
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="{{ path('config_reset', { type: 'entries'}) }}" onclick="return confirm('{{ 'config.reset.confirm'|trans|escape('js') }}')" class="waves-effect waves-light btn red">
|
<a href="{{ path('config_reset', { type: 'entries'}) }}" onclick="return confirm('{{ 'config.reset.confirm'|trans|escape('js') }}')" class="waves-effect waves-light btn red">
|
||||||
{{ 'config.reset.entries'|trans }}
|
{{ 'config.reset.entries'|trans }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue