Sha256: e5967c1f3911adaf8d4bf5b6b60b544c62fd8866113de60feb205357de456ac0

Contents?: true

Size: 686 Bytes

Versions: 3

Compression:

Stored size: 686 Bytes

Contents

<?
  all_custom_params = Mutx::Tasks::Custom::Params.list
  custom_params_objects = all_custom_params.select{|custom| custom_params.include? custom["_id"]}
?>
<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

3 entries across 3 versions & 1 rubygems

Version Path
mutx-0.1.4 lib/mutx/view/custom/params.mote
mutx-0.1.3 lib/mutx/view/custom/params.mote
mutx-0.1.2 lib/mutx/view/custom/params.mote