From 69438968b5e7225ca43fd168297917a49bb74d2c Mon Sep 17 00:00:00 2001 From: Jim Fowler Date: Mon, 7 Jan 2013 01:11:49 -0500 Subject: [PATCH] Added an inspiration message to the list of exercises --- app/views/exercises/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/exercises/index.html.erb b/app/views/exercises/index.html.erb index e1ce4bc..936f5c8 100644 --- a/app/views/exercises/index.html.erb +++ b/app/views/exercises/index.html.erb @@ -1,4 +1,4 @@ - +

To learn mathematics, you must practice. Even if you aren't entirely sure you will succeed, jump in! Click on an exercise, and if you don't know what to do, ask for a hint.

<% for week in @exercises_by_weeks.keys.sort %>