removing JS-only links (closes #21)
This commit is contained in:
@@ -16,12 +16,12 @@
|
||||
<tr>
|
||||
<th>
|
||||
<a class="nd_stealthlink"
|
||||
href="[% uri_for('/search') %]?tab=device&matchall=on&vendor=[% platform.vendor %]">
|
||||
href="[% vars.search_device %]&vendor=[% platform.vendor %]">
|
||||
[% platform.vendor %]</a>
|
||||
</th>
|
||||
<th>
|
||||
<a class="nd_linkcell"
|
||||
href="[% uri_for('/search') %]?tab=device&matchall=on&model=[% platform.model %]">
|
||||
href="[% vars.search_device %]&model=[% platform.model %]">
|
||||
[% platform.model %]</a>
|
||||
</th>
|
||||
<th>[% platform.get_column('count') %]</th>
|
||||
@@ -46,7 +46,7 @@
|
||||
<th>[% release.os %]</th>
|
||||
<th>
|
||||
<a class="nd_linkcell"
|
||||
href="[% uri_for('/search') %]?tab=device&matchall=on&os_ver=[% release.os_ver %]">
|
||||
href="[% vars.search_device %]&os_ver=[% release.os_ver %]">
|
||||
[% release.os_ver %]</a>
|
||||
</th>
|
||||
<th>[% release.get_column('count') %]</th>
|
||||
|
||||
Reference in New Issue
Block a user