Remove unused score pill from feedback and community solution
This commit is contained in:
@ -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)
|
||||
|
@ -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)
|
||||
|
Reference in New Issue
Block a user