Skip to content

Commit bf84113

Browse files
committed
same deal with answers
1 parent d7bebf2 commit bf84113

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/views/answers/_list.html.haml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
.meta
44
#{link_to list.user.username, ""} says
55
.description
6-
!= RDiscount.new(list.description).to_html
6+
:markdown
7+
#{list.description}
78

89
.links
910
- if can? :update, list

0 commit comments

Comments
 (0)