projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Make the multi-get calls throw 400 errors on invalid input
[rails.git]
/
app
/
views
/
redactions
/
_redaction.html.erb
diff --git
a/app/views/redactions/_redaction.html.erb
b/app/views/redactions/_redaction.html.erb
index c246004b8e354ed4f8429a5aba1b78631ad94a4d..9974d2bc9d9b6ab36f1c35fda34f954300643392 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
redaction.title, redaction
%></li>