Remove info about study & link to feedback page
This commit is contained in:

committed by
Sebastian Serth

parent
f9f6ab8570
commit
5bbc94f1d1
@@ -36,10 +36,6 @@
|
||||
#description-card.lead class=(@embed_options[:collapse_exercise_description] ? 'description-card-collapsed' : 'description-card')
|
||||
= render_markdown(@exercise.description)
|
||||
|
||||
- if current_contributor.programming_group?
|
||||
.small.text-body-tertiary
|
||||
== t('exercises.implement.pair_programming_feedback', url: "https://etherpad.xopic.de/p/openHPI_PairProgrammingFeedback?userName=#{CGI.escape(current_user.displayname)}")
|
||||
|
||||
a#toggle href="#" data-show=t('shared.show') data-hide=t('shared.hide')
|
||||
- if @embed_options[:collapse_exercise_description]
|
||||
= t('shared.show')
|
||||
|
Reference in New Issue
Block a user