sample_rails_tailwind/app/views/static_pages/help.html.erb

10 lines
310 B
Plaintext
Raw Permalink Normal View History

2024-12-30 00:09:54 +08:00
<% provide(:title, "Help") %>
<h1>Help</h1>
<p>
Get help on the Ruby on Rails Tutorial at the
<a href="https://www.railstutorial.org/help">Rails Tutorial help page</a>.
To get help on this sample app, see the
<a href="https://www.railstutorial.org/book"><em>Ruby on Rails Tutorial</em> book</a>.
</p>