Fix browse features buttons
This commit is contained in:
parent
bfe2e6a473
commit
c70a418dc2
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
<div>
|
||||
<h4 class="browse_heading"><%- I18n.t('browse.start_rjs.object_list.heading') %></h4>
|
||||
<div class='inner12'>
|
||||
<ul>
|
||||
<div>
|
||||
<ul class='inner12'>
|
||||
<% for (var i = 0; i < features.length; i++) { %>
|
||||
<li><%- features[i].typeName %> <a href="<%- features[i].url %>" data-feature-id="<%- features[i].id %>"><%- features[i].name %></a></li>
|
||||
<% } %>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<div id="browse_controls" class='inner12 buttons'>
|
||||
<div id="browse_controls" class='inner12'>
|
||||
<a id="browse_filter_toggle" class="button" href="#"><%= t'browse.start_rjs.manually_select' %></a>
|
||||
<a id="browse_hide_areas_box" class="button" href="#"><%= t'browse.start_rjs.hide_areas' %></a>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue