moexmen / foosball-leaderboard

Who's the best at foosball?
3 stars 2 forks source link

Match date #8

Closed handshou closed 8 years ago

handshou commented 8 years ago

Add match date and change goals text field to drop down list

handshou commented 8 years ago

@moexmen/interns

weiqingtoh commented 8 years ago

Notice how you have repeated stuff in the index and show views - what you can do is to refactor it out as a partial, so there is no code duplication. Next time when you need to make a single change, you can do it in that file rather than having to edit in two separate places.