diff --git a/app/views/community_solutions/_form.html.slim b/app/views/community_solutions/_form.html.slim index a9d99548..3ea63067 100644 --- a/app/views/community_solutions/_form.html.slim +++ b/app/views/community_solutions/_form.html.slim @@ -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) diff --git a/app/views/user_exercise_feedbacks/_form.html.slim b/app/views/user_exercise_feedbacks/_form.html.slim index 660b60bf..8a7564d0 100644 --- a/app/views/user_exercise_feedbacks/_form.html.slim +++ b/app/views/user_exercise_feedbacks/_form.html.slim @@ -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)