diff options
author | Henare Degan <henare.degan@gmail.com> | 2014-12-09 12:13:04 +1100 |
---|---|---|
committer | Henare Degan <henare.degan@gmail.com> | 2014-12-09 12:13:04 +1100 |
commit | fca9d8de71045006ffee2f08b287e90607151b99 (patch) | |
tree | f8a63185aa4c70475e6e05b8451259fb33c09fb5 | |
parent | 5ae9efaf24f13023d77b6abd9eac2b94e56d9985 (diff) |
Remove unused "web analytics" section of admin pages - it's confusing!
-rw-r--r-- | app/views/admin_general/stats.html.erb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/app/views/admin_general/stats.html.erb b/app/views/admin_general/stats.html.erb index 27dc25ee0..03268cc14 100644 --- a/app/views/admin_general/stats.html.erb +++ b/app/views/admin_general/stats.html.erb @@ -53,8 +53,3 @@ </div> </div> </div> -<div class="row"> - <div class="span12"> - <h2>Web analytics</h2> - </div> -</div> |