Feed on
Posts
Comments

Tag Archive 'default'

In the PlanningAlerts project, we recently added a default page title for those pages we forget to add specific titles to. I added the initial code and Matthew did it properly cleaned it up, here’s the diff: 12345678910111213141516diff –git a/app/views/layouts/application.haml b/app/views/layouts/application.haml index 27d81d9..6b42b26 100644 — a/app/views/layouts/application.haml +++ b/app/views/layouts/application.haml @@ -2,10 +2,7 @@  %html(xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml") [...]

Read Full Post »