diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index e7b5822..0ab7317 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -23,6 +23,17 @@ + <%= yield %> diff --git a/app/views/projects/index.html.erb b/app/views/projects/index.html.erb index b377188..ff8bcfa 100644 --- a/app/views/projects/index.html.erb +++ b/app/views/projects/index.html.erb @@ -24,4 +24,4 @@ -<%= link_to "New project", new_project_path %> +