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

View File

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