projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b1b669
)
Fixed redaction link in redactions list
author
Matt Amos
<zerebubuth@gmail.com>
Mon, 2 Apr 2012 11:48:21 +0000
(12:48 +0100)
committer
Tom Hughes
<tom@compton.nu>
Thu, 5 Apr 2012 12:50:19 +0000
(13:50 +0100)
app/views/redactions/_redaction.html.erb
patch
|
blob
|
history
diff --git
a/app/views/redactions/_redaction.html.erb
b/app/views/redactions/_redaction.html.erb
index c246004b8e354ed4f8429a5aba1b78631ad94a4d..c9d2374187d8ee8fec6c99083bfea34b1fe3c347 100644
(file)
--- a/
app/views/redactions/_redaction.html.erb
+++ b/
app/views/redactions/_redaction.html.erb
@@
-1
+1
@@
-<li><%= link_to h(redaction.title),
:controller => 'redaction', :action => 'show', :id => redaction.id
%></li>
+<li><%= link_to h(redaction.title),
redaction
%></li>