]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig
Set progress
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / views / themes / material / Entry / entry.html.twig
index 4cff7bf2db489491618b6a61eb35c31086366ec4..0cfd2760ad6a5d26b645154b01c008b901537386 100644 (file)
 {% endblock %}
 
 {% block content %}
-    <div id="article">
+    <div id="article" data-progress="{{ entry.progress }}">
         <header class="mbm">
             <h1>{{ entry.title|striptags|raw }} <a href="{{ path('edit', { 'id': entry.id }) }}" title="{{ 'entry.view.edit_title'|trans }}">✎</a></h1>
         </header>