This commit is contained in:
Toks
2014-03-12 18:46:40 -04:00
parent ed557bdd68
commit 594334fffe

View File

@@ -16,11 +16,15 @@
<td><%= PostPresenter.preview(commentary.post) %></td> <td><%= PostPresenter.preview(commentary.post) %></td>
<td> <td>
<h3><%= h(commentary.original_title) %></h3> <h3><%= h(commentary.original_title) %></h3>
<%= h(commentary.original_description) %> <div class="prose">
<%= format_text(commentary.original_description) %>
</div>
</td> </td>
<td> <td>
<h3><%= h(commentary.translated_title) %></h3> <h3><%= h(commentary.translated_title) %></h3>
<%= h(commentary.translated_description) %> <div class="prose">
<%= format_text(commentary.translated_description) %>
</div>
</td> </td>
</tr> </tr>
<% end %> <% end %>