diff --git a/app/views/layouts/_footer.html.erb b/app/views/layouts/_footer.html.erb new file mode 100644 index 0000000..a96fbbd --- /dev/null +++ b/app/views/layouts/_footer.html.erb @@ -0,0 +1,40 @@ + + + diff --git a/app/views/layouts/_navbar.html.erb b/app/views/layouts/_navbar.html.erb new file mode 100644 index 0000000..bb1ea64 --- /dev/null +++ b/app/views/layouts/_navbar.html.erb @@ -0,0 +1,78 @@ +
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 81dcda5..5ebb1f7 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -26,14 +26,8 @@ - - -