projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merging 17824:17845 from trunk to blocking branch.
[rails.git]
/
app
/
views
/
user_blocks
/
index.html.erb
1
<h1><%= t('user_block.index.heading') %></h1>
2
3
<%= render :partial => 'blocks', :locals => { :show_revoke_link => (@user and @user.moderator?), :show_user_name => true, :show_moderator_name => true } %>