Sha256: c8ea53b85758591865c2e901ed5786decbac7837059e0c021b11be529fe552ae

Contents?: true

Size: 569 Bytes

Versions: 2

Compression:

Stored size: 569 Bytes

Contents

<h1>Existing Certificate Authorities</h1>

<table>
  <tr>
    <th>Commonname</th>
    <th>Organization</th>
    <th>Email</th>
    <th></th>
    <th></th>
  </tr>

  <% @authorities.each do |authority| %>
      <tr>
        <td><%= link_to authority.commonname , authority %></td>
        <td><%= authority.organization %></td>
        <td><%= authority.email %></td>
        <td><%= link_to 'Destroy', authority, confirm: 'Are you sure?', method: :delete %></td>
      </tr>
  <% end %>
</table>

<br />

<%= link_to 'New Certificate authority', new_authority_path %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
certify-0.0.3 app/views/certify/authorities/index.html.erb
certify-0.0.2 app/views/certify/authorities/index.html.erb