“Comentando html.erb” Código de respuesta

Comentando html.erb

<%# 
    if flash[:myErrors] then
      if flash[:myErrors].any? then
        if @post.id.nil? then
          if @myPost!=-1 then
            @post = @myPost 
          else 
            @post = Post.new 
          end 
        end 
      end 
    end 
 %>
Ugly Unicorn

Comentando html.erb

comment out line:
<%# commented line %>

comment out block:
<% if false %>
  code to comment
<% end %>
Ugly Unicorn

Respuestas similares a “Comentando html.erb”

Preguntas similares a “Comentando html.erb”

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código