Sha256: ce3eb04c13cbcf181beaa9aa26dbfd4476fa13e6267821853e421564ded59fa9

Contents?: true

Size: 459 Bytes

Versions: 1

Compression:

Stored size: 459 Bytes

Contents

<%
table_htmls = %{
  <table class="">
    <thead>
      <tr>
        <th>应用名称</th>
        <th>状态</th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <td>内容</td>
        <td>内容</td>
      </tr>
      <tr>
        <td>内容</td>
        <td>内容</td>
      </tr>
      <tr>
        <td>内容</td>
        <td>内容</td>
      </tr>
    </tbody>
  </table>
}

%>

<%= table_htmls.html_safe %>

<pre>
<%= table_htmls %>
</pre>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
admin_help-0.1.5 app/views/frontend/table.html.erb