Remove unused score pill from feedback and community solution

This commit is contained in:
Sebastian Serth
2022-10-13 19:56:32 +02:00
committed by GitHub
parent 14bc0b9741
commit b3284bb7c7
2 changed files with 0 additions and 4 deletions

View File

@ -1,7 +1,5 @@
.exercise.clearfix
div
span.badge.rounded-pill.bg-primary.float-end.score
h1 id="exercise-headline"
i id="description-symbol" class=(@embed_options[:collapse_exercise_description] ? 'fa-solid fa-chevron-right' : 'fa-solid fa-chevron-down')
=> @community_solution.model_name.human(count: 1)

View File

@ -1,7 +1,5 @@
= form_for(@uef) do |f|
div
span.badge.rounded-pill.bg-primary.float-end.score
h1 id="exercise-headline"
= t('activerecord.models.user_exercise_feedback.one') + " " + @exercise.title
= render('shared/form_errors', object: @uef)