aboutsummaryrefslogtreecommitdiff
path: root/app/views/resources/_resource.html.erb
diff options
context:
space:
mode:
authorhellekin <hellekin@cepheide.org>2020-10-27 20:01:32 +0100
committerhellekin <hellekin@cepheide.org>2020-10-27 20:01:32 +0100
commitbcd0f419b6ae5142c6a41ac5ace0f881808eb136 (patch)
tree9dd0d9b087042661c3bfefe539e0e83d65cbea83 /app/views/resources/_resource.html.erb
parenteca6705b299c5afe2e8ed995529f7afc5559ae0b (diff)
parentc3f4936dbb524237d1e3d465d2301627758c2180 (diff)
downloadincommon-map-bcd0f419b6ae5142c6a41ac5ace0f881808eb136.tar.gz
Merge branch 'markdown'
Diffstat (limited to 'app/views/resources/_resource.html.erb')
-rw-r--r--app/views/resources/_resource.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/resources/_resource.html.erb b/app/views/resources/_resource.html.erb
index 585bed8..2debec2 100644
--- a/app/views/resources/_resource.html.erb
+++ b/app/views/resources/_resource.html.erb
@@ -5,7 +5,7 @@
<time datetime="<%= h resource.updated_at %>" class="updated_at">
<p class="identifier"><%= resource_url(resource) %></p>
</header>
- <div><%= h resource.description %></div>
+ <%= m resource.description %>
<hr>
<code><pre><%= h JSON.pretty_generate(resource.feature.as_json) %></pre></code>
<p>... <%= session[:current_agent] %>...</p>