2012-01-14 20:26:35 +01:00
|
|
|
= render "repositories/head"
|
2011-12-29 20:44:16 +01:00
|
|
|
|
|
|
|
%div#keys-table{ :class => "update-data ui-box ui-box-small ui-box-big" }
|
|
|
|
.data
|
|
|
|
- @keys.each do |key|
|
|
|
|
= render(:partial => 'show', :locals => {:key => key})
|
|
|
|
|
|
|
|
:javascript
|
|
|
|
$('.delete-key').live('ajax:success', function() {
|
|
|
|
$(this).closest('.update-item').fadeOut(); });
|
|
|
|
|