Sha256: 294916c3f50723219468c3764b8bc28bba63b951023481f220ac06c1b8849112
Contents?: true
Size: 519 Bytes
Versions: 23
Compression:
Stored size: 519 Bytes
Contents
<%- @template_options.each do |name, type| key = name.gsub(/[^\w\d]/, '_') -%> <table width="100%"> <col width="45%" /><col width="55%" /> <tr style="border-bottom: 1px solid #aaa;"> <td><%=h name %></td> <td> <%= case type when :checkbox check_box :page_objects, "obj-option-checkbox-#{key}" when :string, :text text_field :page_objects, "obj-option-string-#{key}", :style => 'width: 100%' end %> </td> </tr> </table> <%- end -%>
Version data entries
23 entries across 23 versions & 1 rubygems