Sha256: 34d9d108a27f05d5f6ac115248f625de231a3c9f1119304250e13d0b9d54e705

Contents?: true

Size: 423 Bytes

Versions: 3

Compression:

Stored size: 423 Bytes

Contents

nav
  ul.menu
    li.menu-text
      small = "#{current_user.email}"
    li = authz_link_to "Clearances", clearances_path, skip_scoping: true
    li = authz_link_to "Cities", cities_path, skip_scoping: true
    li = authz_link_to "Reports", reports_path, skip_scoping: true
    li = authz_link_to "Announcements", announcements_path, skip_scoping: true
    li = link_to "Logout", destroy_user_session_path, method: :delete

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
authz-0.0.1.alpha3 spec/dummy/app/views/layouts/_nav.html.slim
authz-0.0.1.alpha2 spec/dummy/app/views/layouts/_nav.html.slim
authz-0.0.1.alpha spec/dummy/app/views/layouts/_nav.html.slim