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