X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fmaterial%2FEntry%2Fentry.html.twig;h=209e9e8965a66ff43c26df2cc769f114dd5b9fa2;hb=458beef0a95d5c56ac1d8d753078222d471d9af9;hp=2a5cdfac1ddb419d782cd5e09fd100f0df42017a;hpb=91826e3ca2605d8280db16e62ebd0f2d79f4216c;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig index 2a5cdfac..209e9e89 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig @@ -24,8 +24,8 @@
  • - - {% if entry.isStarred == 0 %}favorite_outline{% else %}favorite{% endif %} + + {% if entry.isStarred == 0 %}star_outline{% else %}star{% endif %}
  • @@ -61,18 +61,23 @@
  • + {% set markAsReadLabel = 'entry.view.left_menu.set_as_unread' %} + {% if entry.isArchived == 0 %} + {% set markAsReadLabel = 'entry.view.left_menu.set_as_read' %} + {% endif %} +
  • - + {% if entry.isArchived == 0 %}done{% else %}redo{% endif %} - {% if entry.isArchived == 0 %}{{ 'entry.view.left_menu.set_as_read'|trans }}{% else %}{{ 'entry.view.left_menu.set_as_unread'|trans }}{% endif %} + {{ markAsReadLabel|trans }}
  • - - {% if entry.isStarred == 0 %}favorite_outline{% else %}favorite{% endif %} - {{ 'entry.view.left_menu.set_as_favorite'|trans }} + + {% if entry.isStarred == 0 %}star_outline{% else %}star{% endif %} + {{ 'entry.view.left_menu.set_as_starred'|trans }}
  • @@ -99,6 +104,18 @@