Commit 9c087ff638ee59f132ca9712db688d38ca7055f2
1 parent
1e3a3075
Exists in
master
#4393 Correção de defeitos encontrados em homologação
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
cit-ecm-web/src/main/webapp/html/gerenciarProcesso/includeDocumentosProcesso.html
@@ -4,8 +4,6 @@ | @@ -4,8 +4,6 @@ | ||
4 | <i class="{{documento.icon}}" title="{{documento.anexo.dominioTipoAnexo.descricao}}"></i> | 4 | <i class="{{documento.icon}}" title="{{documento.anexo.dominioTipoAnexo.descricao}}"></i> |
5 | </div> | 5 | </div> |
6 | 6 | ||
7 | - <pre>{{documento.icon}}</pre> | ||
8 | - | ||
9 | <div class="body"> | 7 | <div class="body"> |
10 | <div class="text ellipsis" tooltip="{{documento.tipoDocumento.nome}} - {{documento.numero}}"> | 8 | <div class="text ellipsis" tooltip="{{documento.tipoDocumento.nome}} - {{documento.numero}}"> |
11 | <a ng-show='!documento.cancelado' href="#void" ng-click="editDocument(documento, false)">{{documento.tipoDocumento.nome}} - {{documento.numero}}</a> <a ng-show='documento.cancelado' href="#void" | 9 | <a ng-show='!documento.cancelado' href="#void" ng-click="editDocument(documento, false)">{{documento.tipoDocumento.nome}} - {{documento.numero}}</a> <a ng-show='documento.cancelado' href="#void" |