Files
danbooru/app/views/ip_addresses/show.html.erb
evazion f23df47c09 ip addresses: add ip address show page.
* Add IP address show page at /ip_addresses/1.2.3.4.
* Add "Details", "Ban IP", "Ban User" options to the /ip_addresses listing.
2020-03-23 01:48:59 -05:00

8 lines
184 B
Plaintext

<div id="c-ip-addresses">
<div id="a-show">
<h1>IP Address: <%= @ip_address.ip_addr %></h1>
<%= render "info", ip_address: @ip_address, ip_info: @ip_info %>
</div>
</div>