foodcoops/foodsoft

View on GitHub
plugins/wiki/app/views/pages/variables.html.haml

Summary

Maintainability
Test Coverage
- title t '.title'

%p= t '.description'

%table.table.table-hover
  %thead
    %tr
      %th= t '.variable'
      %th= t '.value'
  %tbody
    - @variables.each do |key, value|
      %tr
        %td
          %tt= "{{#{key}}}"
        %td
          = value