mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-02-06 16:31:31 +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>
|
</h1>
|
||||||
|
|
||||||
<div class="wide box">
|
<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>
|
</div>
|
||||||
|
|
||||||
<%= link_to "Back", bans_url %>
|
<%= link_to "Back", bans_url %>
|
||||||
|
|
Loading…
Reference in a new issue