colindean / plas

Pittco LAN Administration System
http://pittco.org
Other
14 stars 4 forks source link

Give all pages proper titles #48

Closed colindean closed 13 years ago

colindean commented 13 years ago

Everything just has a title of "Pittco" right now. We need to use content_for and yield where appropriate in the header and in each view.

colindean commented 13 years ago

See http://guides.rubyonrails.org/layouts_and_rendering.html#using-content_for for more information.