skill-assessment-app/app/views/layouts/_footer.html.erb

6 lines
255 B
Plaintext
Raw Normal View History

2016-07-27 22:16:12 -05:00
<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">&nbsp;</div>
</footer>