diff --git a/app/views/evaluations/_exercises_progress_table.html.erb b/app/views/evaluations/_exercises_progress_table.html.erb
index 6b39092e29..e2e5bd23a3 100644
--- a/app/views/evaluations/_exercises_progress_table.html.erb
+++ b/app/views/evaluations/_exercises_progress_table.html.erb
@@ -50,7 +50,7 @@
diff --git a/app/views/submissions/index.html.erb b/app/views/submissions/index.html.erb
index 131775a4db..dad0b08d61 100644
--- a/app/views/submissions/index.html.erb
+++ b/app/views/submissions/index.html.erb
@@ -52,7 +52,7 @@
<% actions << {icon: 'graph-outline', text: t('.detect_plagiarism'), id: "dolos-btn" } if @series && @activity %>
<% end %>