summaryrefslogtreecommitdiff
path: root/app/views/keys/show.html.haml
blob: 79f51257fd96c4c589c1a26f5c718302df468517 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
%h3.page_title
  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"