gitlabhq/app/views/keys/show.html.haml
2012-03-10 23:41:05 +02:00

17 lines
306 B
Plaintext

%h3
Public key:
= @key.title
%small
created at
= @key.created_at.stamp("Aug 21, 2011")
.back_link
= link_to keys_path do
← To keys list
%hr
%pre= @key.key
.actions
= link_to 'Remove', @key, :confirm => 'Are you sure?', :method => :delete, :class => "btn danger delete-key"