<%= notice %>

Key binds

<% @key_binds.each do |key_bind| %> <%= render key_bind %>

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

<% end %>
<%= link_to "New key bind", new_key_bind_path %>