<%= notice %>

Keys

<% @keys.each do |key| %> <%= render key %>

<%= link_to "Show this key", key %>

<% end %>
<%= link_to "New key", new_key_path %>