_show.html.haml 300 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 13 %tr %td = link_to key_path(key) do %p %strong= key.title %td %span.right.cgray Added = time_ago_in_words(key.created_at) ago %td = link_to 'Remove', key, :confirm => 'Are you sure?', :method => :delete, :class => "btn small danger delete-key right"