tracker.tracking_changed_content.html.twig

Same filename in other branches
  1. 9 core/modules/tracker/help_topics/tracker.tracking_changed_content.html.twig
  2. 10 core/modules/tracker/help_topics/tracker.tracking_changed_content.html.twig
---
label: 'Viewing lists of recently-updated content'
related:
  - core.tracking_content
  - history.tracking_user_content
---
{% set recent_link_text %}
{% trans %}Recent content{% endtrans %}
{% endset %}
{% set recent_link = render_var(help_route_link(recent_link_text, 'tracker.page')) %}

{% trans %}What displays of recently-updated content are available?{% endtrans %}

{% trans %}Assuming that you have the core Activity Tracker module installed, these pages that show recently-updated content are available:{% endtrans %}

  • {% trans %}{{ recent_link }}: Shows the content that has been most recently added, updated, or commented on.{% endtrans %}
  • {% trans %}The My recent content tab on the Recent content page (for logged-in users) limits the list to content created or commented on by the user viewing the page.{% endtrans %}
  • {% trans %}The Activity tab on a user profile shows the same list for the user whose profile is being viewed.{% endtrans %}

File

core/modules/tracker/help_topics/tracker.tracking_changed_content.html.twig

View source
  1. ---
  2. label: 'Viewing lists of recently-updated content'
  3. related:
  4. - core.tracking_content
  5. - history.tracking_user_content
  6. ---
  7. {% set recent_link_text %}
  8. {% trans %}Recent content{% endtrans %}
  9. {% endset %}
  10. {% set recent_link = render_var(help_route_link(recent_link_text, 'tracker.page')) %}
  11. <h2>{% trans %}What displays of recently-updated content are available?{% endtrans %}</h2>
  12. <p>{% trans %}Assuming that you have the core Activity Tracker module installed, these pages that show recently-updated content are available:{% endtrans %}</p>
  13. <ul>
  14. <li>{% trans %}{{ recent_link }}: Shows the content that has been most recently added, updated, or commented on.{% endtrans %}</li>
  15. <li>{% trans %}The <em>My recent content</em> tab on the <em>Recent content</em> page (for logged-in users) limits the list to content created or commented on by the user viewing the page.{% endtrans %}</li>
  16. <li>{% trans %}The <em>Activity</em> tab on a user profile shows the same list for the user whose profile is being viewed.{% endtrans %}</li>
  17. </ul>

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.