testing existance of instance var for views
This commit is contained in:
@ -1,5 +0,0 @@
|
||||
<footer>
|
||||
<div class="footer_title"><h2><%= yield(:footer_title) %></h2></div>
|
||||
<div class="pd_logo"><%= image_tag("perficientdigital.png", alt:"Perficient Digital") %></div>
|
||||
<div class="footer_yellow-bar slantleft slantright"> </div>
|
||||
</footer>
|
@ -42,7 +42,12 @@
|
||||
<% end %>
|
||||
|
||||
</div>
|
||||
<%= render partial: 'layouts/footer' %>
|
||||
|
||||
<footer>
|
||||
<div class="footer_title"><h2><%= yield(:footer_title) %></h2></div>
|
||||
<div class="pd_logo"><%= image_tag("perficientdigital.png", alt:"Perficient Digital") %></div>
|
||||
<div class="footer_yellow-bar slantleft slantright"> </div>
|
||||
</footer>
|
||||
|
||||
<!--[if ! lte IE 8]><!-->
|
||||
<%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %>
|
||||
|
Reference in New Issue
Block a user