This code enables Turbolinks to be opened in the same tab or a new tab.
<script>
var __isp_options = __isp_options || { };
__isp_options.isp_turbo_link_in_new_tab = false; // or true if you want to have it on a new tab
</script>
This code enables Turbolinks to be opened in the same tab or a new tab.
<script>
var __isp_options = __isp_options || { };
__isp_options.isp_turbo_link_in_new_tab = false; // or true if you want to have it on a new tab
</script>