Sha256: 55bcc48b84db8e8b6a13867c38bb2130711667e5af386faa401b86ceca8d079c

Contents?: true

Size: 156 Bytes

Versions: 2

Compression:

Stored size: 156 Bytes

Contents

<table>
  <% @data[:texts].each do |cols| %>
    <tr>
      <% cols.each do |c| %>
        <td><%= c %></td>
      <% end %>
    </tr>
  <% end %>
</table>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
treport-0.2.0 app/views/templates/text.html.erb
treport-0.1.0 app/views/templates/text.html.erb