Sha256: cdc480e9bc7235e9941353ca1e5ca784d292036701cc1f4132295dfdba7402b6

Contents?: true

Size: 337 Bytes

Versions: 4

Compression:

Stored size: 337 Bytes

Contents

- if current_user && current_user.activated?
  %nav<
    = nav_link_to t(:your_page), droom.dashboard_path
    = nav_link_to t(:calendar), droom.events_path
    = nav_link_to t(:library), droom.documents_path
    = nav_link_to t(:directory), droom.people_path
    - if Droom.show_venue_map
      = nav_link_to t(:map), droom.venues_path

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
droom-0.4.3 app/views/droom/shared/_navigation.html.haml
droom-0.4.2 app/views/droom/shared/_navigation.html.haml
droom-0.4.1 app/views/droom/shared/_navigation.html.haml
droom-0.2.1 app/views/droom/shared/_navigation.html.haml