From d975593aed1b3d44f4d2ed348a5a152d786f8cf5 Mon Sep 17 00:00:00 2001 From: Carl Chenet Date: Sat, 20 May 2017 14:48:33 +0200 Subject: [PATCH] Story: show a snippet instead of just Additional text - merged with i18n --- app/views/stories/_listdetail.html.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/stories/_listdetail.html.erb b/app/views/stories/_listdetail.html.erb index 169384a..1f366f2 100644 --- a/app/views/stories/_listdetail.html.erb +++ b/app/views/stories/_listdetail.html.erb @@ -26,7 +26,8 @@ class="story <%= story.vote && story.vote[:vote] == 1 ? "upvoted" : "" %> <% end %> <% if story.markeddown_description.present? %> - + <% end %> <% if story.can_be_seen_by_user?(@user) %>