You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It happens for example in JumpstartRails templates, where one of yields uses is <%= yield :title %>.
Closing </main> tag is not inserted in application.html.erb and the file ends up broken after ./bin/rails tailwindcss:install is executed.
The text was updated successfully, but these errors were encountered:
It happens for example in JumpstartRails templates, where one of yields uses is
<%= yield :title %>
.Closing
</main>
tag is not inserted in application.html.erb and the file ends up broken after./bin/rails tailwindcss:install
is executed.The text was updated successfully, but these errors were encountered: