Sha256: 6e17d2d6a15ae15bf1b7577846c623d3c414de84574f82c93970178ef757fffc

Contents?: true

Size: 585 Bytes

Versions: 3

Compression:

Stored size: 585 Bytes

Contents

- # locals:
- #   - subject: officers
- #   - icon: lock, ok-sign
- #   - navable - the currently viewed object

- subject ||= ''
- icon ||= 'unlock-alt'
- navable ||= nil

- if subject.present?

  .alert.alert-info.authorization_info
    = icon(icon)
    
    - if subject == 'foo'
      %ul.authorization_info
        %li Collect authorization info here.
        %li Or override the file in the application code.

    - if subject == 'event'
      %strong Öffentliche Veranstaltung
      Jede Person mit Benutzerkonto kann diese Veranstaltung sehen und ihr als Teilnehmer beitreten.

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
your_platform-1.0.1 app/views/shared/_authorization_info.html.haml
your_platform-1.0.0 app/views/shared/_authorization_info.html.haml
your_platform-0.0.2 app/views/shared/_authorization_info.html.haml