fixed icon and variable reference

pull/263/head
Justin Richer 2012-11-16 10:14:28 -05:00
parent e86f19bd7c
commit 1f4b97bc7e
1 changed files with 3 additions and 3 deletions

View File

@ -385,11 +385,11 @@
<script type="text/html" id="tmpl-grant"> <script type="text/html" id="tmpl-grant">
<td> <td>
<% if (dynamicallyRegistered) { %> <% if (client.dynamicallyRegistered) { %>
<span class="dynamically-registered"><i class="icon-cog"></i></span> <span class="dynamically-registered"><i class="icon-cog"></i></span>
<% } %> <% } %>
<% if (whitelistedSite != null) { %> <% if (grant.whitelistedSite != null) { //TODO: change to icon-certificate %>
<span class="whitelisted-site"><i class="icon-certificate"></i></span> <span class="whitelisted-site"><i class="icon-ok-sign"></i></span>
<% } %> <% } %>
</td> </td>