We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb763ba + 62d022d commit e710e56Copy full SHA for e710e56
src/main/java/com/teamtreehouse/flashy/controllers/IndexController.java
@@ -36,7 +36,7 @@ public String index(Model model) {
36
ctaBuilder.append(" and ");
37
ctaBuilder.append(totalCount - AMOUNT_TO_SHOW);
38
ctaBuilder.append(" more");
39
- }|
+ }
40
model.addAttribute("cta", ctaBuilder.toString());
41
model.addAttribute("flashCardCount", totalCount);
42
return "index";
0 commit comments