mb-soft / BrewClub

Homebrew club software
1 stars 0 forks source link

Initial dev for #22 #36

Closed bradpowell closed 9 years ago

bradpowell commented 9 years ago

Added View and Controller for ContactUs Page. This is pretty basic so there is no need for a model (I think).

Updated Header's ContactUs anchor to point to new page.

Let me know if I've made any MVC rookie mistakes.

Question: What's the best practice for updating the navbar2's list items to reflect which page is active? Right now it's hardcoded to show Home as active. Do we give each list item an ID and update it via the dom (with jquery) from the page being viewed?