views
This commit is contained in:
8
app/views/bans/edit.html.erb
Normal file
8
app/views/bans/edit.html.erb
Normal file
@@ -0,0 +1,8 @@
|
||||
<div class="bans">
|
||||
<div class="new">
|
||||
<h1>Edit Ban</h1>
|
||||
<%= render "form", :locals => {:ban => @ban} %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<%= render "secondary_links" %>
|
||||
Reference in New Issue
Block a user