mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-29 12:40:44 +00:00
added creator field to ban/show.html.erb
This commit is contained in:
parent
9a0d2c6a25
commit
5fac74f715
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
</h1>
|
||||
|
||||
<div class="wide box">
|
||||
<%= cascade @ban, ["steamid", :user, "addr", :server, "expiry", "reason_b", "created_at"] %>
|
||||
<%= cascade @ban, ["steamid", :user, "addr", :server, "expiry", "reason_b", "created_at", :creator] %>
|
||||
</div>
|
||||
|
||||
<%= link_to "Back", bans_url %>
|
||||
|
|
Loading…
Reference in a new issue