<%= notice %>

Listing Bjond Registrations
<% if @bjond_registrations.count > 0 %> <% @bjond_registrations.each do |bjond_registration| %> <% end %>
Server Encrypted Encryption Key
<%= bjond_registration.server %> <%= bjond_registration.encrypted_encryption_key %> <%= link_to 'Show', bjond_registration %> <%= link_to 'Edit', edit_bjond_registration_path(bjond_registration) %> <%= link_to 'Destroy', bjond_registration, method: :delete, data: { confirm: 'Are you sure?' } %>
<% else %>
No registrations
<% end %>
<%= render 'shared/app_info.html' %>