mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-24 23:01:19 +00:00
Added styling
This commit is contained in:
12
app/views/layouts/_footer.html.erb
Normal file
12
app/views/layouts/_footer.html.erb
Normal file
@@ -0,0 +1,12 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user