mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-29 05:51:22 +00:00
11 lines
No EOL
238 B
Text
11 lines
No EOL
238 B
Text
<h1>Active bans</h1>
|
|
|
|
<%= render :partial => "list", :locals => {:bans => @bans.effective} %>
|
|
|
|
<br />
|
|
|
|
<h1>Ban history</h1>
|
|
|
|
<%= render :partial => "list", :locals => {:bans => @bans.ineffective} %>
|
|
|
|
<%= link_to 'New ban', new_ban_path %> |