Sha256: 7d1c95155c82c306d43143880df1ee75e12c93c4fc93acf622da505fef145dc7

Contents?: true

Size: 1.18 KB

Versions: 9

Compression:

Stored size: 1.18 KB

Contents

<div class="show-registrations" ng-controller="registrationsController">
  <p id="notice"><%= notice %></p>

  <p>
    <strong>Server:</strong>
    <%= @bjond_registration.server %>
  </p>

  <p>
    <strong>Host:</strong>
    <%= @bjond_registration.host %>
  </p>

  <p>
    <strong>IP:</strong>
    <%= @bjond_registration.ip %>
  </p>


  <%- if (@bjond_registration.encrypted_encryption_key) %>
    <div class="encryption-key-found">
      <p>
        <strong>Encryption Key (encrypted):</strong>
        <%= @bjond_registration.encrypted_encryption_key %>
      </p>
    </div>
  <% else %>
    <p class="not-found">
      Please log in to the Bjond server and locate the encryption key. You must be a tenant administratior. You will find this information on the 'Develop' tab of the system settings. Once you find this information, <%= link_to 'add it here', edit_bjond_registration_path(@bjond_registration) %>.
    </p>

  <% end %>


  <button class="btn register" ng-click="register(<%= @bjond_registration.id %>)">
    Update Registration
  </button>
  </br>
  <%= link_to 'Edit', edit_bjond_registration_path(@bjond_registration) %> |
  <%= link_to 'Back', bjond_registrations_path %>

</div>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
bjond-api-0.3.1 app/views/bjond_registrations/show.html.erb
bjond-api-0.3.0 app/views/bjond_registrations/show.html.erb
bjond-api-0.2.6 app/views/bjond_registrations/show.html.erb
bjond-api-0.2.5 app/views/bjond_registrations/show.html.erb
bjond-api-0.2.4 app/views/bjond_registrations/show.html.erb
bjond-api-0.2.3 app/views/bjond_registrations/show.html.erb
bjond-api-0.2.2 app/views/bjond_registrations/show.html.erb
bjond-api-0.2.1 app/views/bjond_registrations/show.html.erb
bjond-api-0.2.0 app/views/bjond_registrations/show.html.erb