Sha256: 1ffb9dada8da20fb41cf5d50b39c8d3b91e93531470e3aa6ac99d1fa88e0b50d

Contents?: true

Size: 740 Bytes

Versions: 12

Compression:

Stored size: 740 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'>&nbsp;&nbsp;&nbsp;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

12 entries across 12 versions & 1 rubygems

Version Path
mutx-0.1.17 lib/mutx/view/custom/params.mote
mutx-0.1.16 lib/mutx/view/custom/params.mote
mutx-0.1.15 lib/mutx/view/custom/params.mote
mutx-0.1.14 lib/mutx/view/custom/params.mote
mutx-0.1.13 lib/mutx/view/custom/params.mote
mutx-0.1.12 lib/mutx/view/custom/params.mote
mutx-0.1.11 lib/mutx/view/custom/params.mote
mutx-0.1.10 lib/mutx/view/custom/params.mote
mutx-0.1.9 lib/mutx/view/custom/params.mote
mutx-0.1.8 lib/mutx/view/custom/params.mote
mutx-0.1.7 lib/mutx/view/custom/params.mote
mutx-0.1.6 lib/mutx/view/custom/params.mote