Skip to content

Commit

Permalink
Also show tools menu on tag and relation pages on small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
joto committed Nov 1, 2020
1 parent be85a4a commit 6dda53c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions web/views/relation.erb
Expand Up @@ -3,6 +3,7 @@
<h1></h1>
<p><%= @desc %></p>
</div>
<div id="toolsmenu"></div>
<div id="tools" class="no-print">
<ul>
<% if @count_all_values <= TaginfoConfig.get('xapi.max_results', 1000) %>
Expand Down
1 change: 1 addition & 0 deletions web/views/tag.erb
Expand Up @@ -3,6 +3,7 @@
<h1></h1>
<p><%= @desc %></p>
</div>
<div id="toolsmenu"></div>
<form id="filter-form">
<label for="filter"><%= h(t.pages.key.filter.label) %></label>
<select id="filter" name="filter">
Expand Down

0 comments on commit 6dda53c

Please sign in to comment.