index.html.haml revision ccb3ac32fa3dfc64262b8add551e99d5b23eb937
%h2= @page_title = current_user.first_name + "'s SSH keys"
.pull-right
= link_to new_resource_path, class: 'btn btn-primary' do
Add SSH key
- if collection.any?
%table
%thead
%th Name
%th Fingerprint
%th
%tbody
= render collection
- else
%p You have not added any keys yet.