summaryrefslogtreecommitdiff
path: root/app/views/keys/show.html.haml
blob: a8cba6c8f9ecfb1ba76d91aab8c6cadd65825398 (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
.right
  = link_to 'Remove', @key, confirm: 'Are you sure?', method: :delete, class: "btn danger delete-key"