X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fmaterial%2FEntry%2Fentry.html.twig;h=05bb378d33aeb0c60f3549051915b239359f4bf9;hb=aad350a5a29f92c9444ba1f5d569283ee33ba01d;hp=2a5cdfac1ddb419d782cd5e09fd100f0df42017a;hpb=33e2aec18b25d2c47774fede22ecd91e936b4400;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..05bb378d 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 %}
  • @@ -70,9 +70,9 @@
  • - - {% 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 +99,18 @@