“Mengomentari html.erb” Kode Jawaban

Mengomentari 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

Mengomentari html.erb

comment out line:
<%# commented line %>

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

Jawaban yang mirip dengan “Mengomentari html.erb”

Pertanyaan yang mirip dengan “Mengomentari html.erb”

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya