File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 = stylesheet_link_tag " application"
1212 = javascript_include_tag " application"
1313 = csrf_meta_tags
14+ - if Rails.env.production?
15+ :javascript
16+ var _gaq = _gaq || [];
17+ _gaq .push ([' _setAccount' , ' UA-10499799-1' ]);
18+ _gaq .push ([' _trackPageview' ]);
19+
20+ (function () {
21+ var ga = document .createElement (' script' ); ga .type = ' text/javascript' ; ga .async = true ;
22+ ga .src = (' https:' == document .location .protocol ? ' https://ssl' : ' http://www' ) + ' .google-analytics.com/ga.js' ;
23+ (document .getElementsByTagName (' head' )[0 ] || document .getElementsByTagName (' body' )[0 ]).appendChild (ga);
24+ })();
25+
1426 %body {:class => " body-#{ @page_class } " }
1527 %header.topbar
1628 .topbar-inner
2133 = render " shared/menu/user"
2234
2335 = yield :top
24-
36+
2537 - sidebar = yield :sidebar
2638
2739 #content-wrap{:class => @page_class}
You can’t perform that action at this time.
0 commit comments