gitlab-org--gitlab-foss/app/views/keys/index.html.haml
2012-04-10 20:50:27 +03:00

9 lines
196 B
Text

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