foodsoft/plugins/wiki/app/views/pages/variables.html.haml

17 lines
258 B
Plaintext

- 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