summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>