--- /dev/null
+<div class="card-content">
+ {% if withPreview is defined %}
+ <i class="grey-text text-darken-4 activator material-icons right">more_vert</i>
+ {% endif %}
+ <span class="card-title dot-ellipsis dot-resize-update">
+ <a href="{{ path('view', { 'id': entry.id }) }}" title="{{ entry.title| striptags | e('html_attr') }}">
+ {{ entry.title | striptags | truncate(80, true, '…') | raw }}
+ </a>
+ </span>
+
+ <div class="{{ subClass|default('original grey-text') }}">
+ <a href="{{ entry.url|e }}" target="_blank" title="{{ entry.domainName|removeWww }}" class="tool grey-text">{{ entry.domainName|removeWww }}</a>
+ {% if withTags %}
+ {% for tag in entry.tags | slice(0, 3) %}
+ <span class="chip hide-on-med-and-down">
+ <a href="{{ path('tag_entries', {'slug': tag.slug}) }}">{{ tag.label }}</a>
+ </span>
+ {% endfor %}
+ {% endif %}
+ </div>
+</div>
<span class="preview" style="background-image: url({{ entry.previewPicture }})"></span>
</a>
</div>
-
- <div class="card-content">
- <span class="card-title dot-ellipsis dot-resize-update">
- <a href="{{ path('view', { 'id': entry.id }) }}" title="{{ entry.title| striptags | e('html_attr') }}">
- {{ entry.title | striptags | truncate(80, true, '…') | raw }}
- </a>
- </span>
-
- <div class="original grey-text">
- <a href="{{ entry.url|e }}" target="_blank" title="{{ entry.domainName|removeWww }}" class="tool original grey-text">
- <span>{{ entry.domainName|removeWww }}</span>
- </a>
- </div>
- </div>
+ {% include "@WallabagCore/themes/material/Entry/Card/_content.html.twig" with {'entry': entry} only %}
</div>
{% include "@WallabagCore/themes/material/Entry/_card_actions.html.twig" with {'entry': entry} only %}
</a>
{% endif %}
</div>
- <div class="card-content">
- <span class="card-title dot-ellipsis dot-resize-update">
- <a href="{{ path('view', { 'id': entry.id }) }}" title="{{ entry.title | striptags | e('html_attr') }}">
- {{ entry.title| striptags | truncate(120, true, '…') | raw }}
- </a>
- </span>
-
- <div class="metadata">
- <a href="{{ entry.url|e }}" class="grey-text domain" target="_blank" title="{{ entry.domainName|removeWww }}">
- <span>{{ entry.domainName|removeWww }}</span>
- </a>
- {% for tag in entry.tags | slice(0, 3) %}
- <span class="chip hide-on-med-and-down">
- <a href="{{ path('tag_entries', {'slug': tag.slug}) }}">{{ tag.label }}</a>
- </span>
- {% endfor %}
- </div>
- </div>
+ {% include "@WallabagCore/themes/material/Entry/Card/_content.html.twig" with {'entry': entry, 'withTags': true, 'subClass': 'metadata'} only %}
<ul class="tools-list hide-on-small-only">
<li>
<a title="{{ 'entry.list.toogle_as_read'|trans }}" class="tool grey-text" href="{{ path('archive_entry', { 'id': entry.id }) }}"><i class="material-icons">{% if entry.isArchived == 0 %}done{% else %}unarchive{% endif %}</i></a>
<div class="card">
<div class="card-body">
- <div class="card-content">
- <span class="card-title dot-ellipsis dot-resize-update">
- <a href="{{ path('view', { 'id': entry.id }) }}" title="{{ entry.title | striptags | e('html_attr') }}">
- {{ entry.title | striptags | truncate(80, true, '…') | raw }}
- </a>
- </span>
-
- <div class="original grey-text">
- <a href="{{ entry.url|e }}" target="_blank" title="{{ entry.domainName|removeWww }}" class="tool original grey-text">
- <span>{{ entry.domainName|removeWww }}</span>
- </a>
- </div>
-
- <p>{{ entry.content|striptags|slice(0, 250)|raw }}…</p>
- <ul class="card-entry-labels-hidden">
- {% for tag in entry.tags | slice(0, 2) %}
- <li><a href="{{ path('tag_entries', {'slug': tag.slug}) }}">{{ tag.label }}</a></li>
- {% endfor %}
- </ul>
- </div>
+ {% include "@WallabagCore/themes/material/Entry/Card/_content.html.twig" with {'entry': entry} only %}
</div>
{% include "@WallabagCore/themes/material/Entry/_card_actions.html.twig" with {'entry': entry} only %}
<span class="preview" style="background-image: url({{ entry.previewPicture }})"></span>
</a>
</div>
-
- <div class="card-content">
- <i class="grey-text text-darken-4 activator material-icons right">more_vert</i>
-
- <span class="card-title dot-ellipsis dot-resize-update">
- <a href="{{ path('view', { 'id': entry.id }) }}" title="{{ entry.title | striptags | e('html_attr') }}">
- {{ entry.title | striptags | truncate(80, true, '…') | raw }}
- </a>
- </span>
-
- <div class="original grey-text">
- <a href="{{ entry.url|e }}" target="_blank" title="{{ entry.domainName|removeWww }}" class="tool original grey-text">
- <span>{{ entry.domainName|removeWww }}</span>
- </a>
- </div>
- </div>
+ {% include "@WallabagCore/themes/material/Entry/Card/_content.html.twig" with {'entry': entry, 'withPreview': true} only %}
</div>
<div class="card-reveal">