Actions
Feature #4160
closedforeman_url should be able to append parameters, e.g. static
Description
The foreman_url renderer function should take additional options so it can automatically append parameters to the URL. Currently you have to append to it in the template, which is unreliable as parameters may need appending with a "?" or "&" prefix depending on whether it's the first parameter in the query string or not.
e.g. foreman_url("provision", :params => { :static => "yes" })
Actions