comments html.erb code example
Example 1: comment in html
<!-- a comment in html -->
Example 2: comments html.erb
#You need mix html comments tag and ruby comments tag :
'#' and '<!-- -->'
<!-- a comment in html -->
#You need mix html comments tag and ruby comments tag :
'#' and '<!-- -->'