Sha256: ac273aaf8db2f694857c0c37e35fd7aec4a008a7e0a53c86f8c8a628d19bc418

Contents?: true

Size: 941 Bytes

Versions: 5

Compression:

Stored size: 941 Bytes

Contents

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

<h1>Banal Documents</h1>

<table>
  <thead>
    <tr>
      <th>Global path</th>
      <th>Category</th>
      <th>Status</th>
      <th colspan="3"></th>
    </tr>
  </thead>

  <tbody>
    <% @banal_documents.each do |banal_document| %>
      <tr>
        <td><%= directory_path(File.dirname(banal_document.global_path)) %></td>
        <td><%= banal_document.metadata.category %></td>
        <td><%= banal_document.metadata.sub_category %></td>
        <td><%= link_to 'Show', banal_document %></td>
        <td><%= link_to 'Edit', edit_banal_document_path(banal_document) %></td>
        <td><%= link_to 'Destroy', banal_document, method: :delete, data: { confirm: 'Are you sure?' } %></td>
      </tr>
    <% end %>
  </tbody>
</table>

<br>

<%= link_to 'New Banal Document', new_banal_document_path(related_object_id: params[:related_object_id], related_object_type: params[:related_object_type]) %>

Version data entries

5 entries across 5 versions & 4 rubygems

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