We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b540eab + e5cce26 commit d154154Copy full SHA for d154154
app/views/layouts/application.html.erb
@@ -32,7 +32,7 @@
32
<%= render partial: "shared/header" %>
33
</div> <!-- .inner -->
34
35
- <% if controller_name == "site" %>
+ <% if controller_name == "site" && action_name == "index" %>
36
<%= render partial: "shared/masthead" %>
37
<div id="content-wrapper">
38
<div class="inner">
0 commit comments