mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 15:48:32 -06:00
more html comparisons
This commit is contained in:
@@ -30,7 +30,6 @@ public record LocalAssignment
|
||||
public string GetRubricHtml()
|
||||
{
|
||||
var output = "<h2>Rubric</h2>";
|
||||
|
||||
var lineStrings = Rubric.Select(
|
||||
item => $"- {item.Points}pts: {item.Label} <br/>"
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user