Sha256: 92c9f68dea9b0367712078276a6cbc53161bde0b84b59aca22c100658a1b1645

Contents?: true

Size: 596 Bytes

Versions: 12

Compression:

Stored size: 596 Bytes

Contents

<h3>
  微信多图文列表
</h3>
<a class="button tiny" href="/eric_weixin/cms/weixin/news_datas/new">新建</a>
<%= will_paginate @collection, renderer: FoundationPagination::Rails %>
<table>
  <thead>
  <tr>
    <th>
      id
    </th>
    <th>
      title
    </th>
    <th>
      匹配关键词
    </th>
    <th>
      查看
    </th>
    <th>
      编辑
    </th>
  </tr>
  </thead>
  <tbody>
  <%=render :partial => "/eric_weixin/cms/weixin/news_datas/news_data", collection: @news_datas %>
  </tbody>
</table>
<%= will_paginate @collection, renderer: FoundationPagination::Rails %>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
eric_weixin-0.4.2 app/views/eric_weixin/cms/weixin/news_datas/index.html.erb
eric_weixin-0.4.1 app/views/eric_weixin/cms/weixin/news_datas/index.html.erb
eric_weixin-0.4.0 app/views/eric_weixin/cms/weixin/news_datas/index.html.erb
eric_weixin-0.3.3 app/views/eric_weixin/cms/weixin/news_datas/index.html.erb
eric_weixin-0.3.2 app/views/eric_weixin/cms/weixin/news_datas/index.html.erb
eric_weixin-0.3.1 app/views/eric_weixin/cms/weixin/news_datas/index.html.erb
eric_weixin-0.3.0 app/views/eric_weixin/cms/weixin/news_datas/index.html.erb
eric_weixin-0.2.3 app/views/eric_weixin/cms/weixin/news_datas/index.html.erb
eric_weixin-0.2.1 app/views/eric_weixin/cms/weixin/news_datas/index.html.erb
eric_weixin-0.2.0 app/views/eric_weixin/cms/weixin/news_datas/index.html.erb
eric_weixin-0.1.1 app/views/eric_weixin/cms/weixin/news_datas/index.html.erb
eric_weixin-0.1.0 app/views/eric_weixin/cms/weixin/news_datas/index.html.erb