include announcement, analytics.js file to overwrite when necessary

This commit is contained in:
Emi Matchu 2010-11-14 14:40:51 -05:00
parent ba8525e55b
commit a6f087b92b
3 changed files with 3 additions and 1 deletions

View file

@ -7,13 +7,14 @@
—
= yield :title
= stylesheet_link_tag "compiled/screen"
= javascript_include_tag "http://#{RemoteImpressHost}/assets/js/analytics.js"
= csrf_meta_tag
= signed_in_meta_tag
%body{:class => body_class}
= javascript_include_tag "analytics"
#container
- if content_for? :title
%h1#title= yield :title
= render 'static/announcement.html'
= yield :before_flashes
= flashes

View file

View file

@ -0,0 +1 @@
// Overwrite this file on deploy if you actually want to track people