From d50b0fb978f205e079a69c279a735c33137abfbf Mon Sep 17 00:00:00 2001 From: Matt Amos Date: Mon, 2 Apr 2012 12:48:21 +0100 Subject: [PATCH] Fixed redaction link in redactions list --- app/views/redactions/_redaction.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/redactions/_redaction.html.erb b/app/views/redactions/_redaction.html.erb index c246004b8..c9d237418 100644 --- a/app/views/redactions/_redaction.html.erb +++ b/app/views/redactions/_redaction.html.erb @@ -1 +1 @@ -
  • <%= link_to h(redaction.title), :controller => 'redaction', :action => 'show', :id => redaction.id %>
  • +
  • <%= link_to h(redaction.title), redaction %>
  • -- 2.43.2