You are here

message-node-teaser.html.twig in Open Social 8.8

<table class="btn-wrapp">
  <tr>
    <td class="align-center">
      <a href="{{ link }}" class="btn-link btn-link-bg btn-link-one">
        {% trans %} Read more about this {% endtrans %} {{ type }}
      </a>
    </td>
  </tr>
</table>

File

modules/social_features/social_activity/templates/message-node-teaser.html.twig
View source
  1. <table class="btn-wrapp">
  2. <tr>
  3. <td class="align-center">
  4. <a href="{{ link }}" class="btn-link btn-link-bg btn-link-one">
  5. {% trans %} Read more about this {% endtrans %} {{ type }}
  6. </a>
  7. </td>
  8. </tr>
  9. </table>