Sha256: fe8ffb9a4b6812b5b5e259ae80f302c479c256d67e23ce93e8bfcb6445c309ad
Contents?: true
Size: 505 Bytes
Versions: 7
Compression:
Stored size: 505 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 = authz_link_to 'Manage Authorization', authz.root_url, skip_scoping: true li = link_to "Logout", destroy_user_session_path, method: :delete
Version data entries
7 entries across 7 versions & 1 rubygems