mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-29 20:50:43 +00:00
added creator field to ban/show.html.erb
This commit is contained in:
parent
c6a0ed106f
commit
662f4129eb
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