Skip to content
This repository has been archived by the owner on Oct 12, 2018. It is now read-only.

Commit

Permalink
Show format on index page.
Browse files Browse the repository at this point in the history
  • Loading branch information
heathd committed Jan 17, 2012
1 parent 62d6b05 commit 58831aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/views/artefacts/index.html.erb
Expand Up @@ -4,6 +4,7 @@
<thead>
<tr>
<th>Title</th>
<th>Format</th>
<th>Section</th>
<th>Related Items</th>
<th>Relatedness Done?</th>
Expand All @@ -15,6 +16,7 @@
<% @artefacts.each do |artefact| %>
<tr>
<td><%= link_to artefact.name, edit_artefact_path(artefact.id) %></td>
<td><%=h artefact.kind %></td>
<td><%=h artefact.section %></td>
<td><%=h artefact.related_items_count %></td>
<td><%=h artefact.relatedness_done %></td>
Expand Down

0 comments on commit 58831aa

Please sign in to comment.