Skip to content

Commit

Permalink
Fix colspan
Browse files Browse the repository at this point in the history
  • Loading branch information
jorg-vr committed Nov 19, 2024
1 parent 7973375 commit c3515e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/score_items/_exercise.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tbody>
<% if evaluation_exercise.score_items.empty? %>
<tr>
<td class="placeholder-text" colspan="5">
<td class="placeholder-text" colspan="4">
<div><%= t 'score_items.exercise.nothing' %></div>
<div>
<a class="btn btn-text edit-btn">
Expand Down

0 comments on commit c3515e3

Please sign in to comment.