|
|
|
@ -97,6 +97,8 @@ |
|
|
|
else |
|
|
|
else |
|
|
|
component.navigation_item(text: "Your account", href: account_path) |
|
|
|
component.navigation_item(text: "Your account", href: account_path) |
|
|
|
component.navigation_item(text: "Sign out", href: destroy_user_session_path) |
|
|
|
component.navigation_item(text: "Sign out", href: destroy_user_session_path) |
|
|
|
|
|
|
|
component.navigation_item(text: "Test Logs", href: logs_path) |
|
|
|
|
|
|
|
component.navigation_item(text: "Test Root", href: root_path) |
|
|
|
end |
|
|
|
end |
|
|
|
end |
|
|
|
end |
|
|
|
end %> |
|
|
|
end %> |
|
|
|
|