Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions templates/ContentGenerator/ProblemSet.html.ep
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
%
% my $set = $c->{set};
%
% # Show the set description if it is not empty.
% if ($set->description =~ /\S/) {
<div class="alert alert-secondary"><%= $set->description %></div>
% }
%
% # Stats message displays the current status of the set and states the next important date.
<%= include 'ContentGenerator/Base/set_status', set => $set =%>
%
Expand Down