summaryrefslogtreecommitdiff
path: root/web/views
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2012-01-22 12:18:00 +0100
committerJochen Topf <jochen@topf.org>2012-01-22 12:18:00 +0100
commitf42963864d6a0853da524796ecdaa14bcb3f3874 (patch)
tree69ca8495bc7e9345f84481acd3091821ed0052f8 /web/views
parentac2e4fd4e63a8293f65abd842e2bf3956da5abea (diff)
downloadtaginfo-f42963864d6a0853da524796ecdaa14bcb3f3874.tar
taginfo-f42963864d6a0853da524796ecdaa14bcb3f3874.tar.gz
Move values distribution diagram on keys page to overview tab
Diffstat (limited to 'web/views')
-rw-r--r--web/views/key.erb5
1 files changed, 4 insertions, 1 deletions
diff --git a/web/views/key.erb b/web/views/key.erb
index f8859b8..9afaf46 100644
--- a/web/views/key.erb
+++ b/web/views/key.erb
@@ -30,13 +30,16 @@
</ul>
<div id="overview">
<h2><%= t.taginfo.overview %></h2>
+ <div style="float: right; text-align: center;">
+ <p>Distribution of values</p>
+ <div class="canvas" id="canvas-values"></div>
+ </div>
<table id="grid-overview">
</table>
<p>Objects with this key are owned by <%= @user_count %> different users.</p>
</div>
<div id="values">
<h2><%= t.pages.key.values_used %></h2>
- <div class="canvas" id="canvas-values" style="float: right;"></div>
<div>
<table id="grid-values">
</table>