mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 13:46:11 +10:00
10 lines
196 B
Plaintext
10 lines
196 B
Plaintext
%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})
|