BigW Consortium Gitlab

index.html.haml 396 Bytes
Newer Older
1
%h3
2
  SSH Keys
3
  = link_to "Add new", new_key_path, :class => "btn small right"
4

5
%br
gitlabhq committed
6

7 8 9 10 11 12
%table#keys-table.admin-table
  %thead
    %tr
      %th Name
      %th Added
      %th
13 14
  - @keys.each do |key|
    = render(:partial => 'show', :locals => {:key => key})
15 16 17 18 19
  - if @keys.blank? 
    %tr
      %td{:colspan => 3}
        %h3.nothing_here_message There are no SSH keys with access to your account.