Sha256: f15462f600559cc1541d868ddc5361339fbbf6f8031ce01ffbfdb0e40fb1df48
Contents?: true
Size: 1.15 KB
Versions: 9
Compression:
Stored size: 1.15 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 ng-click="register(<%= @bjond_registration.id %>)"> Update Registration </button> <%= 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