Sha256: d1c75c9094da09ad3d78dd5bf175d8d6bc5d7fb180352d60b9170b97b7d4acda

Contents?: true

Size: 703 Bytes

Versions: 20

Compression:

Stored size: 703 Bytes

Contents

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

<h1>Publickeys</h1>

<table>
  <thead>
    <tr>
      <th>Name</th>
      <th>Data</th>
      <th>User</th>
      <th colspan="3"></th>
    </tr>
  </thead>

  <tbody>
    <% @publickeys.each do |publickey| %>
      <tr>
        <td><%= publickey.name %></td>
        <td><%= publickey.data %></td>
        <td><%= publickey.user %></td>
        <td><%= link_to 'Show', publickey %></td>
        <td><%= link_to 'Edit', edit_publickey_path(publickey) %></td>
        <td><%= link_to 'Destroy', publickey, method: :delete, data: { confirm: 'Are you sure?' } %></td>
      </tr>
    <% end %>
  </tbody>
</table>

<br>

<%= link_to 'New Publickey', new_publickey_path %>

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
meroku-2.0.22 frontend/app/views/publickeys/index.html.erb
meroku-2.0.21 frontend/app/views/publickeys/index.html.erb
meroku-2.0.20 frontend/app/views/publickeys/index.html.erb
meroku-2.0.19 frontend/app/views/publickeys/index.html.erb
meroku-2.0.18 frontend/app/views/publickeys/index.html.erb
meroku-2.0.17 frontend/app/views/publickeys/index.html.erb
meroku-2.0.16 frontend/app/views/publickeys/index.html.erb
meroku-2.0.14 frontend/app/views/publickeys/index.html.erb
meroku-2.0.13 frontend/app/views/publickeys/index.html.erb
meroku-2.0.11 frontend/app/views/publickeys/index.html.erb
meroku-2.0.10 frontend/app/views/publickeys/index.html.erb
meroku-2.0.9 frontend/app/views/publickeys/index.html.erb
meroku-2.0.8 frontend/app/views/publickeys/index.html.erb
meroku-2.0.7 frontend/app/views/publickeys/index.html.erb
meroku-2.0.6 frontend/app/views/publickeys/index.html.erb
meroku-2.0.5 frontend/app/views/publickeys/index.html.erb
meroku-2.0.4 frontend/app/views/publickeys/index.html.erb
meroku-2.0.3 frontend/app/views/publickeys/index.html.erb
meroku-2.0.2 frontend/app/views/publickeys/index.html.erb
meroku-2.0.1 frontend/app/views/publickeys/index.html.erb