From 9bd0b33c0f42fe8f920d464713cf1d9771f50176 Mon Sep 17 00:00:00 2001 From: Jaimos Skriletz Date: Thu, 9 Apr 2026 12:57:37 -0600 Subject: [PATCH] Remove set description icon from ProblemSets page. The set description is available on the ProblemSet page, and no longer needs to be a tooltip on the ProblemSets page. This removes the icon complete. This is an alternative to #2946 instead of trying to make the tooltip accessible and available on touchscreens, just remove it in favor of showing it only on the ProblemSet page. --- .../ContentGenerator/ProblemSets/set_list_row.html.ep | 8 -------- 1 file changed, 8 deletions(-) diff --git a/templates/ContentGenerator/ProblemSets/set_list_row.html.ep b/templates/ContentGenerator/ProblemSets/set_list_row.html.ep index 9e9852a58f..21ba75720b 100644 --- a/templates/ContentGenerator/ProblemSets/set_list_row.html.ep +++ b/templates/ContentGenerator/ProblemSets/set_list_row.html.ep @@ -19,14 +19,6 @@ <%= link_to $display_name => $c->systemLink(url_for('problem_list', setID => $set->set_id)), class => 'fw-bold' =%> - % if ($set->description =~ /\S/) { - - - <%= maketext('Assignment Description') =%> - - % }
<%= $status_msg %>
% if (!$set->visible && $authz->hasPermissions(param('user'), 'view_unopened_sets')) {