Sha256: 5f704bbbfebfd24e7e621bea64977899e7d91d11fa3ebc37d58859fa73b01953

Contents?: true

Size: 586 Bytes

Versions: 2

Compression:

Stored size: 586 Bytes

Contents

<ul class="collection with-header">
    <li class="collection-header"><h4>Recent Terms of Service</h4> <br><%= link_to "New #{content_class.titleize}", new_content_entry_path %></li>
    <% @entries.each do |entry| %>
    <li class="collection-item">
      Version: <%= link_to entry.version, content_entry_path(entry) %>
      Created <%= time_ago_in_words entry.created_at %> ago

      <%= link_to 'Edit', edit_content_entry_path(entry) %>
      <%= link_to 'Destroy', content_entry_path(entry), method: :delete, data: { confirm: 'Are you sure?' } %>
    </li>
    <% end %>
  </ul>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ucpengine-0.0.4 app/views/ucpengine/entries/index.html.erb
ucpengine-0.0.3 app/views/ucpengine/entries/index.html.erb