Replace button_to
that just redirect to a new page with <a>
links (using link_to
)
#482
Labels
good first issue
Good for newcomers
Let's use the native controls to "link" to a new page: the link tag! ^^ Also it allows "Right click -> open in new tab"
Example:
app/views/admin/dashboard/index.html.erb
The text was updated successfully, but these errors were encountered: