Skip to content

Commit 65573a5

Browse files
committed
Fix #192: Move footer partials to application.html.erb
1 parent 7c1b1e7 commit 65573a5

File tree

4 files changed

+1
-5
lines changed

4 files changed

+1
-5
lines changed

app/views/docs/index.html.erb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,3 @@
1111
</ul>
1212
</section>
1313
</div>
14-
15-
<%= render 'shared/footer_page' %>

app/views/docs/show.html.erb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,3 @@
66
<%= raw @content %>
77
</section>
88
</div>
9-
10-
<%= render 'shared/footer_page' %>

app/views/layouts/application.html.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
<% end %>
6767
<%= yield %>
6868
<%= scrivito_body_tags if using_scrivito? %>
69+
<%= render 'shared/footer_page' %>
6970
</body>
7071

7172
<div id="fb-root"></div>

app/views/plain_page/index.html.erb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,3 @@
7373
<%= scrivito_tag :div, @obj, :body %>
7474
<% end %>
7575

76-
<%= render "shared/footer_page" %>

0 commit comments

Comments
 (0)