html: convert html comments to erb comments.
Avoid emitting useless comments in the html.
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
<!--
|
||||
- post
|
||||
-->
|
||||
<%# post %>
|
||||
<% if post %>
|
||||
<h2 style="margin-bottom: 1em;">
|
||||
This post was probably already uploaded (<%= link_to "post ##{post.id}", post_path(post), :target => "_blank" %>)
|
||||
|
||||
Reference in New Issue
Block a user