codeforamerica / city-analytics-dashboard

⛔️ DEPRECATED Display google analytics from a city's website as a dashboard
MIT License
38 stars 34 forks source link

Add configurable banner (the sinatra way) #70

Open milafrerichs opened 9 years ago

milafrerichs commented 9 years ago

What does this PR do?

It adds a configurable Banner on top of the site. It introduces two new environment variables: LOGO_URL the url for the logo BANNER_TEXT text for the banner It uses ERB instead of HTML and don't replace html string with sub but instead use a view file with sinatra.