Sha256: 862888123114e47d9aad6f2214b32d78d99a93b0de5fb12dd662be05a412c515
Contents?: true
Size: 509 Bytes
Versions: 4
Compression:
Stored size: 509 Bytes
Contents
- if values.size > 0 %table.table.table-striped %tbody %thead %tr %th # %th Key %th Value - values.each do |key, record| %tr %td %a{href: record.path, class: 'btn btn-default'} %span{class: "glyphicon glyphicon-pencil", aria_hidden: "true"} %td= key %td= record.value - if links.size > 0 .list-group - links.each do |key, value| %a{href: value, class: 'list-group-item'}= key
Version data entries
4 entries across 4 versions & 1 rubygems