gitlabhq/app/views/keys/index.html.haml
2012-05-19 12:25:56 +03:00

15 lines
260 B
Plaintext

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