Sha256: 3bea563d1edce27efb233c3b81a9581323db739f76758082b18830e3bc62e285

Contents?: true

Size: 682 Bytes

Versions: 7

Compression:

Stored size: 682 Bytes

Contents

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

<h1>Codes</h1>

<table>
  <thead>
    <tr>
      <th>Github link</th>
      <th>Gist link</th>
      <th>Code links</th>
      <th colspan="3"></th>
    </tr>
  </thead>

  <tbody>
    <% @codes.each do |code| %>
      <tr>
        <td><%= code.github_link %></td>
        <td><%= code.gist_link %></td>
        <td><%= code.code_links_id %></td>
        <td><%= link_to 'Show', code %></td>
        <td><%= link_to 'Edit', edit_code_path(code) %></td>
        <td><%= link_to 'Destroy', code, method: :delete, data: { confirm: 'Are you sure?' } %></td>
      </tr>
    <% end %>
  </tbody>
</table>

<br>

<%= link_to 'New Code', new_code_path %>

Version data entries

7 entries across 7 versions & 4 rubygems

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