templates/Context/TechKnowledge/horizontalMenu.html.twig line 1

Open in your IDE?
  1. <a href="#{{ 'app.ui.tech_knowledge.section_id.systems'|trans }}" class="item text text-sm font-bold">
  2.     {{ 'app.ui.tech_knowledge.systems'|trans }}
  3. </a>
  4. <a href="#{{ 'app.ui.tech_knowledge.section_id.components'|trans }}" class="item text text-sm font-bold">
  5.     {{ 'app.ui.tech_knowledge.components'|trans }}
  6. </a>
  7. <a href="#{{ 'app.ui.tech_knowledge.section_id.materials'|trans }}" class="item text text-sm font-bold">
  8.     {{ 'app.ui.tech_knowledge.materials'|trans }}
  9. </a>
  10. <a href="#{{ 'app.ui.tech_knowledge.section_id.equipment'|trans }}" class="item text text-sm font-bold">
  11.     {{ 'app.ui.tech_knowledge.equipment'|trans }}
  12. </a>
  13. <a href="#{{ 'app.ui.tech_knowledge.section_id.others'|trans }}" class="item text text-sm font-bold">
  14.     {{ 'app.ui.tech_knowledge.other_topics'|trans }}
  15. </a>