Sha256: 7400cda43089e26fdf37c9a93d9875e9cd0e1b683ac161e55d938332b1d95c82

Contents?: true

Size: 222 Bytes

Versions: 6

Compression:

Stored size: 222 Bytes

Contents

- if @node.creator
  .meta-row
    .key= ficon :torso, 'Author'
    .value= @node.creator.name
- if @node.updater && @node.updater != @node.creator
  .meta-row
    .key= ficon :torso, 'Updated by'
    .value= @node.updater

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
push_type_admin-0.2.1 app/views/push_type/nodes/_meta_table.html.haml
push_type_admin-0.2.0 app/views/push_type/nodes/_meta_table.html.haml
push_type_admin-0.2.0.beta2 app/views/push_type/nodes/_meta_table.html.haml
push_type_admin-0.1.1 app/views/push_type/nodes/_meta_table.html.haml
push_type_admin-0.1.0 app/views/push_type/nodes/_meta_table.html.haml
push_type_admin-0.1.0.beta3 app/views/push_type/nodes/_meta_table.html.haml