indentlabs/notebook

View on GitHub
app/views/locations/_meta.html.erb

Summary

Maintainability
Test Coverage
<script type="application/ld+json">
  <%
    content_jsonld = {
      '@id': item_url,
      '@type': 'http://schema.org/Place',
      'http://schema.org/name': @content.name
    }
  %>
  <%= content_jsonld.to_json.html_safe %>
</script>