summaryrefslogtreecommitdiff
path: root/web/views
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2012-01-07 18:34:51 +0100
committerJochen Topf <jochen@topf.org>2012-01-07 18:34:51 +0100
commit72f927e395b643ad97e63ccb5e4e0e8cc5c43078 (patch)
tree7793e89797f5e6b4acd139eff6929543e1e625a0 /web/views
parent49b49773aa0b73f0dc5f1d2baa1526ef20de1e42 (diff)
downloadtaginfo-72f927e395b643ad97e63ccb5e4e0e8cc5c43078.tar
taginfo-72f927e395b643ad97e63ccb5e4e0e8cc5c43078.tar.gz
Reorder elements in tag view.
Diffstat (limited to 'web/views')
-rw-r--r--web/views/tag.erb12
1 files changed, 6 insertions, 6 deletions
diff --git a/web/views/tag.erb b/web/views/tag.erb
index 600bab2..e5807d5 100644
--- a/web/views/tag.erb
+++ b/web/views/tag.erb
@@ -1,9 +1,3 @@
-<h1><%= link_to_key(@key) %>=<%= @value_pp %></h1>
-
-<div class="tag-description" title="Description from the wiki">
- <%= @desc %>
-</div>
-
<div id="tools">
<% if @count_all < 1000 %>
<%= xapi_link('*', @key, @value) %> <%= josm_link('*', @key, @value) %>
@@ -23,6 +17,12 @@
</select>
</form>
+<h1><%= link_to_key(@key) %>=<%= @value_pp %></h1>
+
+<div class="tag-description" title="Description from the wiki">
+ <%= @desc %>
+</div>
+
<div id="tabs">
<ul>
<li><a href="#overview"><%= t.taginfo.overview %></a></li>