I meant markeddown_description

This commit is contained in:
Peter Harkins 2015-10-20 07:57:50 -05:00
parent df96fd8a0f
commit d95619ce69

View file

@ -34,7 +34,7 @@ class="story <%= story.vote && story.vote[:vote] == 1 ? "upvoted" : "" %>
title="<%= tagging.tag.description %>"><%= tagging.tag.tag %></a>
<% end %>
</span>
<% if story.markdown_description.present? %>
<% if story.markeddown_description.present? %>
<span class="description_present">&para;</span>
<% end %>
<% if story.domain.present? %>