diff --git a/src/main/webapp/WEB-INF/tags/listaResultado.tag b/src/main/webapp/WEB-INF/tags/listaResultado.tag index 47972c1..d321094 100644 --- a/src/main/webapp/WEB-INF/tags/listaResultado.tag +++ b/src/main/webapp/WEB-INF/tags/listaResultado.tag @@ -2,95 +2,96 @@ <%@ attribute name="lista" required="true" type="java.util.List" %> <%@ attribute name="cssClass" required="true" type="java.lang.String" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> -
Erros
Recomendações | -Quantidade | -Linha(s) do código fonte | -|
${item.checkPoint} | -${item.description} | - -${item.numberOfOccurrences} | -
- |
-
Numero | +Recomendações | +Quantidade | +Linha(s) do código fonte | +
---|---|---|---|
${item.checkPoint} | +${item.description} | +${item.numberOfOccurrences} | +
+
+ |
+
Avisos
Avisos
Recomendações | -Quantidade | -Linha(s) do código fonte | -|
${item.checkPoint} | -${item.description} | - -${item.numberOfOccurrences} | -
- |
-
Número | +Recomendações | +Quantidade | +Linha(s) do código fonte | +
---|---|---|---|
${item.checkPoint} | +${item.description} | +${item.numberOfOccurrences} | +
+ |
+
A seção não apresentou avisos!
" ); + $(this).hide(); + } + }); + -- libgit2 0.21.2