Pt-C-1
Christopher Govender says:
This code should go in /views/application.html.erb after the ‘contact’ link in the side column. ...Then you should go to /stylesheets/application.css.scss and add – color: #bfb to the nested li selector. It will then be visible.
Young says:
The code should not be <%= Time.now.strftime("%I:%M %p) %>,
It should be <%= Time.now.strftime('%I:%M %p‘) %>

