From 9d981d034e07f9ebd52abd816df8197f7c48f36f Mon Sep 17 00:00:00 2001 From: Justin Richer Date: Sat, 1 Mar 2014 10:31:36 +0000 Subject: [PATCH] added description hover to scopes --- .../src/main/webapp/resources/template/scope.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/openid-connect-server-webapp/src/main/webapp/resources/template/scope.html b/openid-connect-server-webapp/src/main/webapp/resources/template/scope.html index 0c34bc3af..d06532e64 100644 --- a/openid-connect-server-webapp/src/main/webapp/resources/template/scope.html +++ b/openid-connect-server-webapp/src/main/webapp/resources/template/scope.html @@ -192,14 +192,14 @@ _.each(scopes, function(s) { var ss = systemScopes.getByValue(s); %> - -<% - if (ss && ss.get('icon')) { -%> + + title="<%= ss.get('description') %>" +<% } %> +> +<% if (ss && ss.get('icon')) { %> -<% - } -%> +<% } %> <%=s%> <%