mendicant-original / puzzlenode

Quiz application inspired by Project Euler and the Internet Problem Solving Contest (IPSC)
puzzlenode.com
81 stars 43 forks source link

use the action button partial on both index and show actions #10

Closed rubysolo closed 13 years ago

rubysolo commented 13 years ago

One of my annoyances with PN is that from the index page, it's not obvious which puzzles I've solved and which are still pending. This commit addresses that by using the action_button partial in the index view as well as in the show view. Also adds a small icon to the "View Discussion" button to make them stand out that much more.

jordanbyron commented 13 years ago

Hey Solomon,

I like the concept of making it obvious which puzzles you've solved, but I took a slightly different approach. Rather that having the check icons in the "View Discussion" button I put them in the left side of the puzzle names. That makes it really easy to scan down the list and see which puzzles have been solved and which haven't.

Check it out and let me know what you think. Thanks again!

Jordan

rubysolo commented 13 years ago

looks good, and still scratches my itch. Thanks!