Actions
Bug #1920
closedTemplate URLs should not be based on the browser address bar
Description
Templates are generated using url_for() which causes the templates to get the base url of the foreman server from the user's web browser address. This is incorrect if you're installing Foreman locally and accessing http://localhost:3000/
We should instead use the Settings[:foreman_url] value to construct the URLs. Patch incoming.
Actions