ProgressionStudentView.handlebars 253 B

123456789
  1. <div class="student">
  2. <a id="progression_student_{{id}}"
  3. href="#"
  4. role="button"
  5. aria-controls="progression_modules"
  6. aria-label="{{#t 'show_progressions_for_student'}}Show progressions for {{name}}{{/t}}">
  7. {{name}}
  8. </a>
  9. </div>