diff options
author | hellekin <hellekin@cepheide.org> | 2020-10-27 20:01:32 +0100 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2020-10-27 20:01:32 +0100 |
commit | bcd0f419b6ae5142c6a41ac5ace0f881808eb136 (patch) | |
tree | 9dd0d9b087042661c3bfefe539e0e83d65cbea83 /app/views/resources/_resource.html.erb | |
parent | eca6705b299c5afe2e8ed995529f7afc5559ae0b (diff) | |
parent | c3f4936dbb524237d1e3d465d2301627758c2180 (diff) | |
download | incommon-map-bcd0f419b6ae5142c6a41ac5ace0f881808eb136.tar.gz |
Merge branch 'markdown'
Diffstat (limited to 'app/views/resources/_resource.html.erb')
-rw-r--r-- | app/views/resources/_resource.html.erb | 2 |
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> |