Sha256: ee87055e805b90d4c92b4f1fa70686a8a456c3cd1f3bfcc8d7adb62c8b65c078

Contents?: true

Size: 833 Bytes

Versions: 9

Compression:

Stored size: 833 Bytes

Contents

<p id="notice"><%= notice %></p>

<h1>Listing Bjond Registrations</h1>

<table>
  <thead>
    <tr>
      <th>Server</th>
      <th>Encrypted Encryption Key</th>
      <th colspan="3"></th>
    </tr>
  </thead>

  <tbody>
    <% @bjond_registrations.each do |bjond_registration| %>
      <tr>
        <td><%= bjond_registration.server %></td>
        <td><%= bjond_registration.encrypted_encryption_key %></td>
        <td><%= link_to 'Show', bjond_registration %></td>
        <td><%= link_to 'Edit', edit_bjond_registration_path(bjond_registration) %></td>
        <td><%= link_to 'Destroy', bjond_registration, method: :delete, data: { confirm: 'Are you sure?' } %></td>
      </tr>
    <% end %>
  </tbody>
</table>

<br>

<%= link_to 'New Bjond registration', new_bjond_registration_path %>


<%= render 'shared/app_info.html' %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
bjond-api-0.1.5 app/views/bjond_registrations/index.html.erb
bjond-api-0.1.4 app/views/bjond_registrations/index.html.erb
bjond-api-0.1.3 app/views/bjond_registrations/index.html.erb
bjond-api-0.1.2 app/views/bjond_registrations/index.html.erb
bjond-api-0.1.1 app/views/bjond_registrations/index.html.erb
bjond-api-0.1.0 app/views/bjond_registrations/index.html.erb
bjond-api-0.0.4 app/views/bjond_registrations/index.html.erb
bjond-api-0.0.3 app/views/bjond_registrations/index.html.erb
bjond-api-0.0.2 app/views/bjond_registrations/index.html.erb