markryall / floodhousing

17 stars 3 forks source link

No pages have titles. #38

Open quad opened 13 years ago

quad commented 13 years ago

This bug should probably be split up for each page, with descriptions of what their titles should be.

rhunter commented 13 years ago

Implementation-wise, a named yield and Rails' content_for view helper should cover this.

http://apidock.com/rails/ActionView/Helpers/CaptureHelper/content_for

mechazoidal commented 13 years ago

After 721760b0ae5c4bf6eecfa37c070a2d84c82d27b0, there's a default title, and each template can override with a content_for block(sample given in app/views/home/index.html.erb)