Sha256: 9fc7d1850b1e560fa79edf5976ca4429c9f662783a19b2a7954a7f1b29ec3dc4
Contents?: true
Size: 744 Bytes
Versions: 51
Compression:
Stored size: 744 Bytes
Contents
<? all_custom_params = Mutx::Tasks::Custom::Params.list # puts all_custom_params custom_params_objects = all_custom_params.select{|custom| custom_params.include? custom["_id"]} # puts custom_params_objects ?> <h4 title='This parameters will be passed to the test task execution'> Custom Parameters</h4> <div class='container' style='width: inherit'> <li class='list-group-item' style='position:relative; with=100%'> <br> % custom_params_objects.each do |custom_param| % custom = Mote.parse(File.read("#{Mutx::View.path}/custom/params/#{custom_param["type"]}.mote"), self, [:param, :no_label, :task_form]) {{custom.call(param:custom_param, no_label:false, task_form:false)}} % end </li> </div>
Version data entries
51 entries across 51 versions & 1 rubygems