From: Loic Baron <loic.baron@lip6.fr>
Date: Fri, 25 Oct 2013 00:03:16 +0000 (+0200)
Subject: Inverted the map and the slicestat plugin in the resource view
X-Git-Tag: 0.2-6~6^2^2
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=01444db8baee1c4dfecc41dd89ca8a9aab0df38e;p=unfold.git

Inverted the map and the slicestat plugin in the resource view
---

diff --git a/portal/templates/resource.html b/portal/templates/resource.html
index 5bdfdc9a..27089a72 100644
--- a/portal/templates/resource.html
+++ b/portal/templates/resource.html
@@ -8,6 +8,6 @@
 
 <h1>Resource</h1>
 {{resource}}
-{{resource_stats}}
 {{resource_as_map}}
+{{resource_stats}}
 {% endblock %}