Make host link click target larger on hosts listings page
In effect, make the whole table cell a link.
This commit is contained in:
		@@ -23,9 +23,8 @@
 | 
			
		||||
	<tr class="lane">
 | 
			
		||||
	<td><!--% get_avatar(host.hostid, host.host, host_cnt > 8) %--></td>
 | 
			
		||||
 | 
			
		||||
		<td><strong><!--% host.host %--></strong><br>
 | 
			
		||||
 | 
			
		||||
			Host ID: <a href="<!--% absolute_path(baseurl) %-->correspondents/<!--% zero_pad_left(host.hostid) %-->.html"><!--% host.hostid %--></a></td>
 | 
			
		||||
		<td><a href="<!--% absolute_path(baseurl) %-->correspondents/<!--% zero_pad_left(host.hostid) %-->.html"><strong><!--% host.host %--></strong><br>
 | 
			
		||||
			Host ID: <!--% host.hostid %--></a></td>
 | 
			
		||||
		<td><!--% host.license %--></td>
 | 
			
		||||
		<td><!--% host.date %--></td>
 | 
			
		||||
	</tr><!--% host_cnt = host_cnt + 1 %-->
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user