sample_rails_tailwind/app/views/layouts/_footer.html.erb
2024-12-31 00:37:02 +08:00

13 lines
396 B
Plaintext

<footer class="footer">
<small>
The <a href="https://www.railstutorial.org">Ruby on Rails Tutorial</a>
by <a href="https://www.michaelhartl.com">Michael Hartl</a>
</small>
<nav>
<ul>
<li><%= link_to "About", about_url %></li>
<li><%= link_to "Contact", contact_url %></li>
<li><a href="https://news.railstutorial.org">News</a></li>
</ul>
</nav>
</footer>