MINOR: Only show the CTF utility bar if there are utilities available.

This commit is contained in:
ajshort 2011-02-02 17:50:00 +11:00
parent 590dbb5f3f
commit 9e49d04e15
1 changed files with 7 additions and 5 deletions

View File

@ -71,10 +71,12 @@
<% end_if %>
</tbody>
</table>
<div class="utility">
<% control Utility %>
<span class="item"><a href="$Link" target="_blank">$Title</a></span>
<% end_control %>
</div>
<% if Utility %>
<div class="utility">
<% control Utility %>
<span class="item"><a href="$Link" target="_blank">$Title</a></span>
<% end_control %>
</div>
<% end_if %>
</div>
</div>