Due to a new version of Haml, Ruby, or something else altogether, the [if statement assigning periods in atreides/admin_home/index](https://github.com/the88/Atreides/blob/99b96b5f038caf4507227d6144a16bae85793382/app/views/atreides/admin_home/index.html.haml#L34) is causing syntax errors. I fixed this by using ``` periods << [date.strftime(if date.year == this_year then "%B" else "Last %B" end), date.to_s] ```