diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-11-28 22:35:31 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-11-28 22:35:31 +0100 |
commit | af5e8448a0ed23f409d9f981c84e6f64c4d4ffd2 (patch) | |
tree | 8b4f0750b8923843a29c862adff819b3a20c3b27 /pyaggr3g470r | |
parent | Added a button to delete duplicate articles. (diff) | |
download | newspipe-af5e8448a0ed23f409d9f981c84e6f64c4d4ffd2.tar.gz newspipe-af5e8448a0ed23f409d9f981c84e6f64c4d4ffd2.tar.bz2 newspipe-af5e8448a0ed23f409d9f981c84e6f64c4d4ffd2.zip |
Updated feeds.html template.
Diffstat (limited to 'pyaggr3g470r')
-rw-r--r-- | pyaggr3g470r/templates/feeds.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyaggr3g470r/templates/feeds.html b/pyaggr3g470r/templates/feeds.html index b511b357..460ae4a2 100644 --- a/pyaggr3g470r/templates/feeds.html +++ b/pyaggr3g470r/templates/feeds.html @@ -31,6 +31,7 @@ <td> <a href="/articles/{{ feed.id }}/100"><i class="glyphicon glyphicon-th-list" title="{{ _('Articles') }}"></i></a> <a href="/edit_feed/{{ feed.id }}"><i class="glyphicon glyphicon-edit" title="{{ _('Edit this feed') }}"></i></a> + <a href="/duplicates/{{ feed.id }}"><i class="glyphicon glyphicon-book" title="{{ _('Duplicate articles') }}"></i></a> <a href="/delete_feed/{{ feed.id }}"><i class="glyphicon glyphicon-remove" title="{{ _('Delete this feed') }}" onclick="return confirm('{{ _('You are going to delete this feed.') }}');"></i></a> </td> </tr> |