Sha256: c837f60d0b947cc70ab27e3dc284ef43ff3286c4481f951cc511caa62bb54b29

Contents?: true

Size: 388 Bytes

Versions: 1

Compression:

Stored size: 388 Bytes

Contents

- bottom_text, powered_by = rad.config.bottom_text, rad.config.powered_by
- if bottom_text or powered_by or rad.development? or @debug
  - b.bottom_panel do |o|
    - if bottom_text or rad.development? or @debug
      - o.left do
        = bottom_text if bottom_text
        = render '/kit/debug' if rad.development?
    - if powered_by
      - o.right t(:powered_by, company: powered_by)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rad_kit-0.0.10 app/views/kit/_bottom_panel.html.haml