projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add "Query features" to context menu
[rails.git]
/
app
/
views
/
redactions
/
index.html.erb
1
<% @title = t('redaction.index.title') %>
2
<% content_for :heading do %>
3
<h1><%= t('redaction.index.heading') %></h1>
4
<% end %>
5
6
<% unless @redactions.empty? %>
7
<%= render :partial => 'redactions' %>
8
<% else %>
9
<p><%= t 'redaction.index.empty' %></p>
10
<% end %>