You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
<div class="modal-header"> <button type="button" class="close" data-dismiss="modal">×</button> <h4 class="modal-title" id="exampleModalLabel">{{ noticia.titulo }}</h4></div><div class="modal-body"> {% if noticia.imagen!=null %} <img src="{{ vich_uploader_asset(noticia, 'imageFile', 'App\\Entity\\News') }}" alt="{{ noticia.titulo }}" /> {%else%} <img src="/bundles/sonatauser/default_avatar.png" alt="{{ noticia.titulo }}" /> {% endif %} <div class="news-body"> <div class="loader"></div> {{ noticia.descripcion|raw }} </div></div>
|