projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Reduce flicker in data browser
[rails.git]
/
app
/
views
/
redactions
/
index.html.erb
1
<% @title = t('redaction.index.title') %>
2
<h1><%= t('redaction.index.heading') %></h1>
3
4
<% unless @redactions.empty? %>
5
<%= render :partial => 'redactions' %>
6
<% else %>
7
<p><%= t 'redaction.index.empty' %></p>
8
<% end %>