Sha256: 5a1b349476bf272d57eb3d0e58487e305f00ab5fbcffdf907a2c03ba248209a6

Contents?: true

Size: 456 Bytes

Versions: 5

Compression:

Stored size: 456 Bytes

Contents

<table id="linktable">
  <thead>
  <tr>
    <th>Link Text</th>
    <th>URL</th>
    <th>&nbsp;</th>
  </tr>
  </thead>
  <tbody>
  <% @links.each do |link| -%>
  <tr>
    <td><%= link.link_text %></td>
    <td><%= link.link_url %></td>
    <td><%= link_to 'Delete', :controller => 'link', :action => 'destroy', :id => link.id %></td>
  </tr>
  <% end -%>
  </tbody>
</table>
<p><%= link_to 'Create New Link', :controller => 'link', :action => 'new' %></p>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
EliteJournal-1.9.400 app/views/link/list.rhtml
EliteJournal-1.9.401 app/views/link/list.rhtml
EliteJournal-1.9.403 app/views/link/list.rhtml
EliteJournal-1.9.480 app/views/link/list.rhtml
EliteJournal-1.9.492 app/views/link/list.rhtml