projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Localisation updates from https://translatewiki.net.
[rails.git]
/
app
/
views
/
redactions
/
index.html.erb
diff --git
a/app/views/redactions/index.html.erb
b/app/views/redactions/index.html.erb
index e3388fafa006b97ce74e1916d37f877ef5b89531..b6b6ef46e063e8f358eac3c64dc6ad8a440a918f 100644
(file)
--- a/
app/views/redactions/index.html.erb
+++ b/
app/views/redactions/index.html.erb
@@
-4,7
+4,9
@@
<% end %>
<% unless @redactions.empty? %>
- <%= render :partial => "redactions" %>
+ <ul id="redaction_list">
+ <%= render @redactions %>
+ </ul>
<% else %>
<p><%= t ".empty" %></p>
<% end %>