gitlabhq/app/views/keys/index.html.haml
2012-03-10 23:41:05 +02:00

10 lines
212 B
Plaintext

%h3
SSH Keys
= link_to "Add new", new_key_path, :class => "btn small right"
%br
%table#keys-table.zebra-striped.borders
- @keys.each do |key|
= render(:partial => 'show', :locals => {:key => key})