show.html.erb
324 Bytes
<p id="notice"><%= notice %></p>
<p>
<strong>Key:</strong>
<%= @certificate.key %>
</p>
<p>
<strong>Cert:</strong>
<%= @certificate.cert %>
</p>
<p>
<strong>Active:</strong>
<%= @certificate.active %>
</p>
<%= link_to 'Edit', edit_certificate_path(@certificate) %> |
<%= link_to 'Back', certificates_path %>