style system scopes and non-system scopes differently in the admin UI, addresses #269

pull/334/head
Justin Richer 2013-04-29 17:00:12 -04:00
parent 6a20e7aaa9
commit b663cd5f8d
1 changed files with 3 additions and 3 deletions

View File

@ -156,10 +156,10 @@
<%
_.each(scopes, function(s) {
%>
<span class="badge badge-info">
<%
var ss = systemScopes.getByValue(s);
%>
<span class="badge<%= (ss) ? ' badge-info' : '' %>">
<%
if (ss && ss.get('icon')) {
%>
<i class="icon-<%=ss.get('icon')%> icon-white"></i>