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

Commit

Permalink
Merge commit 'c4d1c080c0e1a22374149a6f525fde7ce4050f90' into HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed May 18, 2012
2 parents cd4d7c7 + c4d1c08 commit 78c4f2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/artefacts/index.html.erb
Expand Up @@ -25,8 +25,8 @@
<td class="icon">
<%= image_tag "icon-#{artefact.kind.downcase}.png", :title => artefact.kind.humanize %>
</td>
<td><%=h artefact.section %></td>
<td><%=h artefact.related_artefacts.count %></td>
<td><%=h artefact.primary_section %></td>
<td><%=h artefact.related_artefact_ids.count %></td>
<td><%=h artefact.relatedness_done %></td>
<td><%= artefact.owning_app %></td>
<td><%= link_to artefact.slug, "https://www.gov.uk/#{artefact.slug}" %></td>
Expand Down

0 comments on commit 78c4f2a

Please sign in to comment.