From: Matt Amos Date: Mon, 2 Apr 2012 11:48:21 +0000 (+0100) Subject: Fixed redaction link in redactions list X-Git-Tag: live~5624 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/d50b0fb978f205e079a69c279a735c33137abfbf?ds=sidebyside Fixed redaction link in redactions list --- 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 %>