imageEncoderView.html.twig 304 B

123456789
  1. <figure>
  2. <img class="u-photo"
  3. alt="{{ attachment.getBestTitle(note) }}"
  4. src="{{ attachment.getThumbnailUrl() }}">
  5. <figcaption><a
  6. href="{{ path('attachment_show', {'id': attachment.getId()}) }}">{{ attachment.getBestTitle(note) }}</a>
  7. </figcaption>
  8. </figure>