Loading at_core/templates/user/user--compact.html.twig +3 −6 Original line number Diff line number Diff line {# /** * TODO: Track https://drupal.org/node/2247677. This was added to rip the markup * out when displaying the user picture in nodes and commments, otherwise you get * crazy markup and even empty article tags etc. * TODO: Track https://drupal.org/node/2247677. This was added to remove all * markup when displaying the user picture in nodes and commments, which * use the compact view mode. * * @file * Default theme implementation to present user data included in the compact display mode. * * This template is mainly used when viewing a node or comment where the user picture * is set to display, we strip off the articl wrapper and any other items or markup. * * Available variables: * - label: the users name set as a title. Adaptivetheme moves the h1 inside * the article element for proper outlines. Loading Loading
at_core/templates/user/user--compact.html.twig +3 −6 Original line number Diff line number Diff line {# /** * TODO: Track https://drupal.org/node/2247677. This was added to rip the markup * out when displaying the user picture in nodes and commments, otherwise you get * crazy markup and even empty article tags etc. * TODO: Track https://drupal.org/node/2247677. This was added to remove all * markup when displaying the user picture in nodes and commments, which * use the compact view mode. * * @file * Default theme implementation to present user data included in the compact display mode. * * This template is mainly used when viewing a node or comment where the user picture * is set to display, we strip off the articl wrapper and any other items or markup. * * Available variables: * - label: the users name set as a title. Adaptivetheme moves the h1 inside * the article element for proper outlines. Loading