diff options
Diffstat (limited to 'app/views/layouts/_topnav.html.erb')
-rw-r--r-- | app/views/layouts/_topnav.html.erb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/layouts/_topnav.html.erb b/app/views/layouts/_topnav.html.erb new file mode 100644 index 0000000..f93ed99 --- /dev/null +++ b/app/views/layouts/_topnav.html.erb @@ -0,0 +1,5 @@ +<nav id="top"> + <ul> + <li><%= link_to "Accueil", root_path %></li> + </ul> +</nav> |