madzhuga/rails_workflow

View on GitHub
app/views/application/_context.html.slim

Summary

Maintainability
Test Coverage
table.table.table-striped.table-hover
  thead
    tr
      th Key
      th Value
  tbody
    - context.data.each_pair do |key, value|
      tr
        td = key
        td = value