gitlab-org--gitlab-foss/app/views/keys/index.html.haml

10 lines
190 B
Text
Raw Normal View History

%h3
SSH Keys
= link_to "Add new", new_key_path, :class => "btn small right"
%br
2011-10-08 17:36:38 -04:00
%table#keys-table
2012-02-18 08:59:01 -05:00
- @keys.each do |key|
= render(:partial => 'show', :locals => {:key => key})