You are here

private-message-notification-block.html.twig in Private Message 8

Same filename and directory in other branches
  1. 8.2 templates/private-message-notification-block.html.twig
<div class="private-message-notification-wrapper {{ unread_notification_class }}">
  <img src="{{ notification_image_path }}" class="private-message-notification-image" />
  {{ private_message_page_link }}
</div>

File

templates/private-message-notification-block.html.twig
View source
  1. <div class="private-message-notification-wrapper {{ unread_notification_class }}">
  2. <img src="{{ notification_image_path }}" class="private-message-notification-image" />
  3. {{ private_message_page_link }}
  4. </div>