You are here

opigno-user-result-item.html.twig in Opigno module 8

Same filename and directory in other branches
  1. 3.x templates/opigno-user-result-item.html.twig
<div{{ attributes.addClass('result-item') }}>
    <h3>{{ label }}</h3>
    <div>{{ question_body }}</div>
    <div>{{ score }}</div>
    {% if content %}
        {{- content -}}
    {% endif %}
</div>

File

templates/opigno-user-result-item.html.twig
View source
  1. <div{{ attributes.addClass('result-item') }}>
  2. <h3>{{ label }}</h3>
  3. <div>{{ question_body }}</div>
  4. <div>{{ score }}</div>
  5. {% if content %}
  6. {{- content -}}
  7. {% endif %}
  8. </div>