I am trying to have a dropdown (not part of a form) input where each option
tag is a link to a controller action.
I've tried various ways of included it but nothing works
SELECT NAME="my-dropdown"
OPTION VALUE="1111" steam turbine
= link_to 'Action', path(my_action), class: 'nav-link'