code4lib / job_board

https://jobs.code4lib.org
13 stars 5 forks source link

The page title from the jobs#show action should include the job title + employer #28

Closed cbeer closed 6 years ago

cbeer commented 7 years ago

e.g. https://jobs.code4lib.org/jobs/27586 should probably have "Data Science Practice group at Brown University" in the <title>.

In other applications, I've used content_for(:page_title) and populated it from views. Maybe look at using https://github.com/lwe/page_title_helper or similar instead?