another fix to remove generics info from sidenav.
they were still appearing in the nav while viewing a package page.
bug: 7242415

Change-Id: Ic7ad8f9e8ff4266a0d3d8608a9484f5d6e1ae7fb
diff --git a/res/assets/templates/macros.cs b/res/assets/templates/macros.cs
index a09b346..bc6e46d 100644
--- a/res/assets/templates/macros.cs
+++ b/res/assets/templates/macros.cs
@@ -226,7 +226,7 @@
     <li><h2><?cs var:label ?></h2>
       <ul><?cs 
       each:cl=classes ?>
-        <li class="api apilevel-<?cs var:cl.type.since ?>"><?cs call:type_link(cl.type) ?></li><?cs 
+        <li class="api apilevel-<?cs var:cl.type.since ?>"><?cs call:type_link2(cl.type,"true") ?></li><?cs
       /each ?>
       </ul>
     </li><?cs