index.html.haml 196 Bytes
Newer Older
1
%h3 
2
  SSH Keys
3 4
  = link_to "Add new", new_key_path, :class => "btn small right"
  
5
%br
gitlabhq's avatar
gitlabhq committed
6

7
%table#keys-table.table
8 9
  - @keys.each do |key|
    = render(:partial => 'show', :locals => {:key => key})