<p>After using the OSM homepage search box to find some item (eg by the name of a business), it's very useful to be able to see the item's details - either to check whether editing is needed, or to read shop contact details, etc. This patch adds a simple "Details" link to Nominatim search results which makes it easy to get the info. (At present I use the "Browse map data" option, or just click "Edit", to see the details, but both of those are wasteful since they pull down much more data than one needs.)</p>

<hr>

<h4>You can merge this Pull Request by running</h4>
<pre>  git pull https://github.com/danstowell/openstreetmap-website suffixdetail</pre>
<p>Or view, comment on, or merge it at:</p>
<p>  <a href='https://github.com/openstreetmap/openstreetmap-website/pull/250'>https://github.com/openstreetmap/openstreetmap-website/pull/250</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Append "Details" link to Nominatim search results</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/250/files#diff-0">app/controllers/geocoder_controller.rb</a>
    (2)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/250.patch'>https://github.com/openstreetmap/openstreetmap-website/pull/250.patch</a></li>
  <li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/250.diff'>https://github.com/openstreetmap/openstreetmap-website/pull/250.diff</a></li>
</ul>