diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2014-04-11 07:25:40 +0200 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2014-04-11 07:25:40 +0200 |
commit | 43d272b991a5a937ba186b2a92153bf3d12f9c43 (patch) | |
tree | ac11ee94361e33fcefddad035b32ac6106ad3415 /pyaggr3g470r/templates/admin/user.html | |
parent | Limit the size of the email field. (diff) | |
download | newspipe-43d272b991a5a937ba186b2a92153bf3d12f9c43.tar.gz newspipe-43d272b991a5a937ba186b2a92153bf3d12f9c43.tar.bz2 newspipe-43d272b991a5a937ba186b2a92153bf3d12f9c43.zip |
Renamed a link title.
Diffstat (limited to 'pyaggr3g470r/templates/admin/user.html')
-rw-r--r-- | pyaggr3g470r/templates/admin/user.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyaggr3g470r/templates/admin/user.html b/pyaggr3g470r/templates/admin/user.html index 767ff460..1e89acb9 100644 --- a/pyaggr3g470r/templates/admin/user.html +++ b/pyaggr3g470r/templates/admin/user.html @@ -35,7 +35,7 @@ <td>{{ feed.site_link }}</td> <td>{{ feed.articles.all()|count }}</td> <td> - <a href="/feed/{{ feed.id }}"><i class="glyphicon glyphicon-th-list" title="Measures"></i></a> + <a href="/feed/{{ feed.id }}"><i class="glyphicon glyphicon-th-list" title="Feed"></i></a> <a href="/edit_feed/{{ feed.id }}"><i class="glyphicon glyphicon-edit" title="Edit this feed"></i></a> <a href="/delete_feed/{{ feed.id }}"><i class="glyphicon glyphicon-remove" title="Delete this feed"></i></a> </td> @@ -46,4 +46,4 @@ <a href="/create_feed/" class="btn btn-default">Add a new feed</a> </div> </div> -{% endblock %}
\ No newline at end of file +{% endblock %} |