[makeLink_
thomashartman1@gmail.com**20080917080752] hunk ./src/Controller.hs 67
- consultantlist = paintVList (makeListLink url) consultants
+ consultantlist = paintVList (makeLink url) consultants
hunk ./src/Controller.hs 77
- joblist = paintVList (makeListLink url) jobs
+ joblist = paintVList (makeLink url) jobs
hunk ./src/Controller.hs 84
-makeListLink url x = "" ++ x ++ ""
+makeLink baseurl x = makeLink_ baseurl x x
+makeLink_ baseurl endurl anchortext = "" ++ anchortext ++ ""
hunk ./todo 3
+ Adding a new menu item shouldn't be this hard.
+ Make menu link generation less stupid.
+
+ "gamble" on home page should be a link to beating the averages. or maybe the link text should be "faster".
+
hunk ./todo 25
- Adding a new menu item shouldn't be this hard.
- Make menu link generation less stupid.
+