Sha256: dc377801b0123311728d4d60772bd0175a0d242d4a0c69eda71e04dbb3dcb2aa
Contents?: true
Size: 655 Bytes
Versions: 104
Compression:
Stored size: 655 Bytes
Contents
<div id='preview_<%= target.id %>' class='collapse out'> <%= preview_box(template_invocation, target) %> <% if template_invocation.input_values.present? %> <table class='<%= table_css_classes %>'> <thead> <tr> <th><%= _('User input') %></th> <th><%= _('Value') %></th> </tr> </thead> <tbody> <% template_invocation.input_values.joins(:template_input).each do |input_value| %> <tr> <td><b><%= input_value.template_input.name %></b></td> <td><%= input_safe_value(input_value) %></td> </tr> <% end %> </tbody> </table> <% end %> </div>
Version data entries
104 entries across 104 versions & 1 rubygems