diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 599c556..b61fec5 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -1,5 +1,11 @@ <%= title %> - <%= content %> + + home + % if (session 'email' and current_route ne 'logout') { + | logout + % } + <%= content %> +