aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/views/layouts/application.html.haml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml
index cf5936a..f60dcda 100644
--- a/app/views/layouts/application.html.haml
+++ b/app/views/layouts/application.html.haml
@@ -23,6 +23,13 @@
%body
%main.container
+ - if authenticated?
+ %nav
+ %ul
+ %li
+ %b
+ = link_to "Monzieur", root_path
+
- if flash[:notice].present?
%article
.grid