Sha256: 979fcf7adf64998102b1446f828727f9c1f8201f9645b6b288e4bd4639a16ed1
Contents?: true
Size: 526 Bytes
Versions: 7
Compression:
Stored size: 526 Bytes
Contents
{%- if item.submit -%} {%- include {{ LoopButton | append : 'container.liquid' }} func="submit" content=item.submit -%} {%- elsif item.update -%} {%- include {{ LoopButton | append : 'container.liquid' }} func="update" content=item.update -%} {%- elsif item.option -%} {%- include {{ LoopButton | append : 'container.liquid' }} func="option" content=item.option -%} {%- elsif item.inactive -%} {%- include {{ LoopButton | append : 'container.liquid' }} func="inactive" content=item.inactive -%} {%- endif -%}
Version data entries
7 entries across 7 versions & 1 rubygems