Sha256: 5695e5f7185bb33b71670c7c64ce6cd25835539e57cabe40ac08c03ec2bfbc68
Contents?: true
Size: 534 Bytes
Versions: 1
Compression:
Stored size: 534 Bytes
Contents
<table class="highlight"> <thead> <tr> <th>Version</th> <th>Created</td> <th>Options</th> </tr> </thead> <tbody> <% @entries.each do |entry| %> <tr> <td><%= link_to entry.version, content_entry_path(entry) %></td> <td><%= time_ago_in_words entry.created_at %> ago</td> <td><%= link_to 'Edit', edit_content_entry_path(entry) %> <%= link_to 'Destroy', content_entry_path(entry), method: :delete, data: { confirm: 'Are you sure?' } %></td> </tr> <% end %> </table>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ucpengine-0.0.5 | app/views/ucpengine/entries/index.html.erb |