style system scopes and non-system scopes differently in the admin UI, addresses #269
parent
6a20e7aaa9
commit
b663cd5f8d
|
@ -156,10 +156,10 @@
|
||||||
|
|
||||||
<%
|
<%
|
||||||
_.each(scopes, function(s) {
|
_.each(scopes, function(s) {
|
||||||
%>
|
|
||||||
<span class="badge badge-info">
|
|
||||||
<%
|
|
||||||
var ss = systemScopes.getByValue(s);
|
var ss = systemScopes.getByValue(s);
|
||||||
|
%>
|
||||||
|
<span class="badge<%= (ss) ? ' badge-info' : '' %>">
|
||||||
|
<%
|
||||||
if (ss && ss.get('icon')) {
|
if (ss && ss.get('icon')) {
|
||||||
%>
|
%>
|
||||||
<i class="icon-<%=ss.get('icon')%> icon-white"></i>
|
<i class="icon-<%=ss.get('icon')%> icon-white"></i>
|
||||||
|
|
Loading…
Reference in New Issue