Sha256: 64be02e2aa499870915bbea4e8c85ecb4131b6d06e5632c2e1abe7f1b16d9e96

Contents?: true

Size: 701 Bytes

Versions: 7

Compression:

Stored size: 701 Bytes

Contents

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

<h1>Code Links</h1>

<table>
  <thead>
    <tr>
      <th>Link</th>
      <th>Code link type</th>
      <th>Description</th>
      <th colspan="3"></th>
    </tr>
  </thead>

  <tbody>
    <% @code_links.each do |code_link| %>
      <tr>
        <td><%= code_link.link %></td>
        <td><%= code_link.code_link_type_id %></td>
        <td><%= code_link.description %></td>
        <td><%= link_to 'Show', code_link %></td>
        <td><%= link_to 'Edit', edit_code_link_path(code_link) %></td>
        <td><%= link_to 'Destroy', code_link, method: :delete, data: { confirm: 'Are you sure?' } %></td>
      </tr>
    <% end %>
  </tbody>
   </tbody>
</table>

<br>

Version data entries

7 entries across 7 versions & 4 rubygems

Version Path
ezii-browser-1.0.0 server/redux-os/app/views/code_links/index.html.erb
mega-os-1.0.0 app/views/code_links/index.html.erb
jester-data-8.0.0 app/views/code_links/index.html.erb
ezii-os-5.2.1 app/views/code_links/index.html.erb
ezii-os-2.0.1 app/views/code_links/index.html.erb
ezii-os-1.1.0 app/views/code_links/index.html.erb
ezii-os-1.0.0 app/views/code_links/index.html.erb