concordia-publishing-house/errbit

View on GitHub
app/views/notices/_environment.html.haml

Summary

Maintainability
Test Coverage
.window
  %table.environment
    - html_entities = HTMLEntities.new
    - notice.env_vars.sort_by {|pair| pair[0]}.each do |key, value|
      %tr
        %th= h(html_entities.decode(key))
        %td.main= h(html_entities.decode(value))