1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-03 13:30:02 +00:00
Files
wrestlingdev.com/app/views/layouts/_footer.html.erb
Jacob Cody Wimer 5b6a127549 Added styling
2013-12-26 14:39:20 -05:00

12 lines
272 B
Plaintext

<footer class="footer">
<small>
App made by Cody Wimer
</small>
<nav>
<ul>
<li><%= link_to "About", '#' %></li>
<li><%= link_to "Contact", '#' %></li>
<li><a href="http://news.railstutorial.org/">News</a></li>
</ul>
</nav>
</footer>