Add events for pair programming study
This commit is contained in:

committed by
Sebastian Serth

parent
d1d5b0df6f
commit
79422225a8
@@ -9,12 +9,13 @@
|
||||
div.col-3.float-end
|
||||
span.badge.rounded-pill.bg-primary.float-end.mt-2.score
|
||||
- if current_contributor.programming_group?
|
||||
a.btn.btn-sm.btn-primary.me-3.mt-1(href='https://jitsi.fem.tu-ilmenau.de/openHPI_ProgrammingGroup#{current_contributor.id}', target='_blank')
|
||||
i.fa-solid.fa-video
|
||||
span = t('exercises.editor.start_video')
|
||||
button.btn.btn-sm.btn-primary.me-3.mt-1#start_chat data= {url: "https://jitsi.fem.tu-ilmenau.de/openHPI_ProgrammingGroup#{current_contributor.id}"}
|
||||
i.fa-solid.fa-video
|
||||
|
||||
div.small.text-body-tertiary.mt-1
|
||||
== t('exercises.implement.external_privacy_policy', url:'https://www.tu-ilmenau.de/datenschutz')
|
||||
span = t('exercises.editor.start_video')
|
||||
|
||||
div.small.text-body-tertiary.mt-1
|
||||
== t('exercises.implement.external_privacy_policy', url:'https://www.tu-ilmenau.de/datenschutz')
|
||||
|
||||
h1 id="exercise-headline"
|
||||
i id="description-symbol" class=(@embed_options[:collapse_exercise_description] ? 'fa-solid fa-chevron-right' : 'fa-solid fa-chevron-down')
|
||||
|
Reference in New Issue
Block a user