2013-06-24 12:25:10 -04:00
|
|
|
.row
|
2013-12-30 16:55:15 -05:00
|
|
|
.col-md-4
|
2013-06-24 12:25:10 -04:00
|
|
|
.ui-box
|
2013-07-13 13:36:21 -04:00
|
|
|
.title
|
2013-06-24 12:25:10 -04:00
|
|
|
SSH Key
|
|
|
|
%ul.well-list
|
|
|
|
%li
|
|
|
|
%span.light Title:
|
|
|
|
%strong= @key.title
|
|
|
|
%li
|
2013-10-21 22:38:15 -04:00
|
|
|
%span.light Created on:
|
2013-06-24 12:25:10 -04:00
|
|
|
%strong= @key.created_at.stamp("Aug 21, 2011")
|
|
|
|
|
2013-12-30 16:55:15 -05:00
|
|
|
.col-md-8
|
2013-06-24 13:07:21 -04:00
|
|
|
%p
|
|
|
|
%span.light Fingerprint:
|
|
|
|
%strong= @key.fingerprint
|
2013-06-24 12:25:10 -04:00
|
|
|
%pre.well-pre
|
|
|
|
= @key.key
|
2012-03-10 16:41:05 -05:00
|
|
|
|
2013-01-30 09:40:43 -05:00
|
|
|
.pull-right
|
2013-12-10 14:33:21 -05:00
|
|
|
= link_to 'Remove', profile_key_path(@key), data: {confirm: 'Are you sure?'}, method: :delete, class: "btn btn-remove delete-key"
|