You are here

opigno-learning-path-training-timeline-info.html.twig in Opigno Learning path 8

Same filename and directory in other branches
  1. 3.x templates/opigno-learning-path-training-timeline-info.html.twig

Default theme implementation to display the training information.

Available variables:

  • step: The step object with all the data.
  • group: The Group object which the steps is part of.

File

templates/opigno-learning-path-training-timeline-info.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation to display the training information.
  5. *
  6. * Available variables:
  7. * - step: The step object with all the data.
  8. * - group: The Group object which the steps is part of.
  9. */
  10. #}
  11. <div class="lp_timeline_info px-3 px-md-5 py-3">
  12. <span class="lp_timeline_icon"></span>
  13. <div class="lp_timeline_info_text">
  14. <span>{{ label }}</span>
  15. <span class="lp_timeline_info_tooltip">{{ text }}</span>
  16. </div>
  17. </div>