[refs #183] do not track dev

This commit is contained in:
Alexander Machehin 2012-07-18 15:43:17 +06:00
parent 0ac1f52e31
commit 3c4975ddf0
1 changed files with 1 additions and 1 deletions

View File

@ -54,4 +54,4 @@
.both
%footer= render "layouts/menu/bottom"
= render 'layouts/counters' unless current_user.try(:admin?)
= render 'layouts/counters' if !current_user.try(:admin?) && Rails.env.production?