Sha256: f7a408a244bb30fa072a5851960ac705e0aaf255ddde26e1ba2a8814db185704

Contents?: true

Size: 425 Bytes

Versions: 60

Compression:

Stored size: 425 Bytes

Contents

if object.is_a?(Class) 
  xml.h3  { |pre| pre << "#{object} #{ancestors.blank? ? "" : "<small>(extends <a href='##{ancestors[0].to_s.classify}'>#{ancestors[0].to_s.classify}</a>)</small>" } " }
  xml.a("name" => "#{object}") {}
  xml.ul("class" => "pre") {
    structure.each do |attribute, attr_details|
      xml.li { |pre|
        create_html_fault_model_element_type( pre, attribute, attr_details)
      }
    end
  }
end

Version data entries

60 entries across 60 versions & 1 rubygems

Version Path
washout_builder-2.0.5 app/views/wash_with_html/_fault_type.builder
washout_builder-2.0.4 app/views/wash_with_html/_fault_type.builder
washout_builder-2.0.3 app/views/wash_with_html/_fault_type.builder
washout_builder-2.0.2 app/views/wash_with_html/_fault_type.builder
washout_builder-2.0.0 app/views/wash_with_html/_fault_type.builder
washout_builder-1.7.5 app/views/wash_with_html/_fault_type.builder
washout_builder-1.7.4 app/views/wash_with_html/_fault_type.builder
washout_builder-1.7.3 app/views/wash_with_html/_fault_type.builder
washout_builder-1.7.2 app/views/wash_with_html/_fault_type.builder
washout_builder-1.7.1 app/views/wash_with_html/_fault_type.builder
washout_builder-1.7.0 app/views/wash_with_html/_fault_type.builder
washout_builder-1.6.5 app/views/wash_with_html/_fault_type.builder
washout_builder-1.6.4 app/views/wash_with_html/_fault_type.builder
washout_builder-1.6.3 app/views/wash_with_html/_fault_type.builder
washout_builder-1.6.2 app/views/wash_with_html/_fault_type.builder
washout_builder-1.6.1 app/views/wash_with_html/_fault_type.builder
washout_builder-1.5.6 app/views/wash_with_html/_fault_type.builder
washout_builder-1.5.5 app/views/wash_with_html/_fault_type.builder
washout_builder-1.5.4 app/views/wash_with_html/_fault_type.builder
washout_builder-1.5.3 app/views/wash_with_html/_fault_type.builder