<%= notice %>

Listing Bjond Registrations

<% @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?' } %>

<%= link_to 'New Bjond registration', new_bjond_registration_path %> <%= render 'shared/app_info.html' %>