In .html.erb <%= link_to 'the listing', "years/1846", class: "btn btn-primary" %>
works. How can I put this in an Action Text field and have it be a link?
It will be hard coded to a specific record as shown. years
is a table, model, etc in my app. Doesn't have to be a Bootstrap button, but does need to look like a link, so will need to be styled.