Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
bug 1121918 - no more link to delete keys
Browse files Browse the repository at this point in the history
  • Loading branch information
groovecoder committed Jan 26, 2015
1 parent 747394d commit ccf9992
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions kuma/authkeys/templates/authkeys/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@
<a class="button"
title="{{ _('View key usage history') }}"
href="{{ url('authkeys.history', pk=key.pk) }}">{{ _('History ({count})') | f(count=key.history.count()) }}</a>
<a class="button transparent only-icon"
href="{{ url('authkeys.delete', pk=key.pk) }}">
<span>{{ _('Delete key') }}</span><i aria-hidden="true" class="icon-trash"></i>
</a>
</span>

</li>
Expand Down

0 comments on commit ccf9992

Please sign in to comment.