Merge pull request #10 from beatriceo/landing_page

done landing_page
This commit is contained in:
Ethan1710
2018-08-28 15:35:27 +01:00
committed by GitHub
7 changed files with 48 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
<%#= stylesheet_pack_tag 'application', media: 'all' %> <!-- Uncomment if you import CSS in app/javascript/packs/application.js -->
</head>
<body>
<%= render 'shared/navbar' %>
<%= render 'shared/navbar' unless params["action"] == "home"%>
<%= render 'shared/flashes' %>
<%= yield %>
<%= javascript_include_tag 'application' %>