diff --git a/netbox/ipam/tables.py b/netbox/ipam/tables.py
index ebb86731c..8d7d29b96 100644
--- a/netbox/ipam/tables.py
+++ b/netbox/ipam/tables.py
@@ -48,13 +48,7 @@ PREFIX_LINK = """
{% else %}
{% endif %}
- {{ record.prefix }}
-
-"""
-
-PREFIX_LINK_BRIEF = """
-
- {{ record.prefix }}
+ {{ record.prefix }}
"""