<%= notice %>

Documents

<% @documents.each do |document| %> <% end %>
Category Name Created
<%= document.category.get_fqcn %> <%= link_to document.name, document %> <%= document.created_at.localtime %>

<%= link_to 'New Document', new_document_path %>