Skip to content
Snippets Groups Projects
Verified Commit 0ac14711 authored by David Gunnarsson's avatar David Gunnarsson
Browse files

Reference the ellipse drawer for ease of use

parent df8b4c5c
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,9 @@ class Avo::Resources::Gazetteer < Avo::BaseResource ...@@ -28,7 +28,9 @@ class Avo::Resources::Gazetteer < Avo::BaseResource
field :tgn, as: :number field :tgn, as: :number
field :lat, as: :number field :lat, as: :number
field :long, as: :number field :long, as: :number
field :ellipse, as: :text field :ellipse, as: :text, help: -> {
"Use the " + link_to("ellipse drawer", main_app.ellipse_drawer_url, target: "_blank") + " to easily create ellipse values"
}
field :icon, as: :text field :icon, as: :text
field :pdf_filename, as: :text field :pdf_filename, as: :text
field :pdf_excerpt, as: :short_text field :pdf_excerpt, as: :short_text
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
1. Create a new location with at least: 1. Create a new location with at least:
<ul class="list-disc ml-4"> <ul class="list-disc ml-4">
<li>- a name</li> <li>- a name</li>
<li>- latitude + longitude OR an ellipse</li> <li>- latitude + longitude OR an ellipse (<a href="<%= ellipse_drawer_url %>" target="_blank">ellipse drawer</a>)</li>
</ul> </ul>
</li> </li>
<li class="mb-2"> <li class="mb-2">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment