|
@ -70,7 +70,7 @@ |
|
|
//############################################################## |
|
|
//############################################################## |
|
|
function retorna_imagem(url){ |
|
|
function retorna_imagem(url){ |
|
|
if (url != null){ |
|
|
if (url != null){ |
|
|
image_component = '<img class="img-responsive" height="30" width="30" src="' + url + '">' |
|
|
image_component = '<img class="avatar-parlamentar" src="' + url + '">' |
|
|
return image_component |
|
|
return image_component |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|