diff --git a/app/views/ip_bans/index.html.erb b/app/views/ip_bans/index.html.erb index 7313ec31c..49b3276f4 100644 --- a/app/views/ip_bans/index.html.erb +++ b/app/views/ip_bans/index.html.erb @@ -16,7 +16,11 @@ <% t.column "IP Address" do |ip_ban| %> <%= link_to ip_ban.subnetted_ip, ip_address_path(ip_ban.ip_addr.to_s) %> <% end %> - <% t.column :reason, td: { class: "col-expand" } %> + <% t.column "Reason", td: { class: "col-expand" } do |ban| %> +
+ <%= format_text ban.reason %> +
+ <% end %> <% t.column "Status" do |ip_ban| %> <% if ip_ban.is_deleted? %> Deleted