Remove permalink/add note links
This commit is contained in:
parent
15d148dbd4
commit
a0a18f428f
2 changed files with 0 additions and 16 deletions
|
@ -23,10 +23,6 @@ div.leaflet-marker-icon.location-filter.move-marker {
|
|||
margin: 0 !important;
|
||||
}
|
||||
|
||||
.site .leaflet-container a {
|
||||
color: #00f;
|
||||
}
|
||||
|
||||
.site .leaflet-popup p {
|
||||
margin: 0 0 20px 0;
|
||||
}
|
||||
|
|
|
@ -18,18 +18,6 @@
|
|||
</noscript>
|
||||
|
||||
<div id="map">
|
||||
<div id="permalink">
|
||||
<ul class="secondary-actions">
|
||||
<li><a href="/" id="permalinkanchor" class="geolink llz layers object"><%= t 'site.index.permalink' %></a></li>
|
||||
<li><a href="/" id="shortlinkanchor"><%= t 'site.index.shortlink' %></a></li>
|
||||
<li><%= link_to t("site.index.createnote"), notes_url(:format => :json),
|
||||
:id => "createnoteanchor",
|
||||
:data => { :minzoom => 12 },
|
||||
:title => "javascripts.site.createnote_tooltip",
|
||||
:class => "geolink"
|
||||
%></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<iframe id="linkloader" style="display: none">
|
||||
|
|
Loading…
Add table
Reference in a new issue