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 %>