Sha256: e3e9a9fea6cafd57b449b614af011908b1db4996bd048fb8266881b7e3f12c98
Contents?: true
Size: 545 Bytes
Versions: 9
Compression:
Stored size: 545 Bytes
Contents
<table cellspacing="1" cellpadding="0"> <tr> <th>Name</th> <th>Title</th> <th>Created</th> <th>Edit</th> <th>Delete</th> </tr> <% for page in @pages %> <tr <%= alternate_class %>> <td><%= link_to page.name, {:action => "show", :id => page.id} %> <%= page_link(image_tag('go'), page) %></td> <td><%= page.title %></td> <td><%= distance_of_time_in_words_to_now page.created_at %> ago</td> <td class="operation"><%= link_to_edit page %></td> <td class="operation"><%= link_to_destroy page %></td> </tr> <% end %> </table>
Version data entries
9 entries across 9 versions & 1 rubygems