diff --git a/templates/base_assets.html b/templates/base_assets.html
index aad07820..7f226963 100644
--- a/templates/base_assets.html
+++ b/templates/base_assets.html
@@ -17,7 +17,12 @@
{% if perms.assets.add_asset %}
Create Asset
{% endif %}
-
+
+
+ List Cable Types
+ {% if perms.assets.add_cable_type %}
+ Create Cable Type
+ {% endif %}
@@ -30,16 +35,6 @@
{% endif %}
-
- Cable Types
-
-
{% if perms.assets.view_asset %}
Recent Changes
{% endif %}