You are here

opigno-forum-last-topics-item.html.twig in Opigno forum 3.x

<a href="{{ link }}" class="btn">
  <span class="label">{{ name }}</span>

  <span class="new-posts">
    {% if new_posts %}
      {% trans %}
        1 new post
      {% plural new_posts %}
        {{ new_posts }} new posts
      {% endtrans %}
    {% endif %}
  </span>
  <i class="fi fi-rr-angle-right"></i>
</a>

File

templates/opigno-forum-last-topics-item.html.twig
View source
  1. <a href="{{ link }}" class="btn">
  2. <span class="label">{{ name }}</span>
  3. <span class="new-posts">
  4. {% if new_posts %}
  5. {% trans %}
  6. 1 new post
  7. {% plural new_posts %}
  8. {{ new_posts }} new posts
  9. {% endtrans %}
  10. {% endif %}
  11. </span>
  12. <i class="fi fi-rr-angle-right"></i>
  13. </a>