content_planner-8.x-1.x-dev/modules/content_kanban/templates/content-kanban-log-recent-activity.html.twig

modules/content_kanban/templates/content-kanban-log-recent-activity.html.twig
<ul id="content-kanban-recent-activities">
  {% for entry in entries %}
    <li>
        {% if show_user_thumb %}
          <span class="user-profile-image-wrapper">
              {% if entry.user_profile_image %}
                  <img src="{{ entry.user_profile_image }}" alt="" />
              {#{% else %}#}
                  {#<span class="user-profile-image-placeholder">x</span>#}
              {% endif %}
          </span>
        {% endif %}
        <span class="log-message">{{ entry.message }}</span>
    </li>
  {% endfor %}
</ul>

Главная | Обратная связь

drupal hosting | друпал хостинг | it patrol .inc