Sha256: d06108dc82efcede78b5758d978ab9e56a8d9fab0ba872c2f5676c84be065f28
Contents?: true
Size: 508 Bytes
Versions: 7
Compression:
Stored size: 508 Bytes
Contents
- if actions.count > 1 - link, text = actions.shift .btn-group.text-right %a.btn.btn-primary{ href: link }= text %button.btn.btn-primary.dropdown-toggle{ type: 'button', id: 'actions-toggle', data: { toggle: 'dropdown' } } %span.caret %span.sr-only Toggle Dropdown %ul.dropdown-menu{ 'aria-labelledby': 'actions-toggle' } -actions.each do |k, v| %li %a{ href: k }= v - elsif actions.count > 0 -actions.each do |k, v| %a.btn.btn-primary{ href: k }= v
Version data entries
7 entries across 7 versions & 1 rubygems