Sha256: 93da03332a868b2a9864b729bccefc1aec6a903f2cbd0f1a2d3890ce155aedfe
Contents?: true
Size: 563 Bytes
Versions: 12
Compression:
Stored size: 563 Bytes
Contents
<h3> 微信图文素材列表 </h3> <a href="/eric_weixin/cms/weixin/article_datas/new" class="button tiny">新建</a> <%= will_paginate @collection, renderer: FoundationPagination::Rails %> <table> <thead> <tr> <th>id</th> <th>title</th> <th>desc</th> <th>pic_url</th> <th>link_url</th> <th>编辑</th> </tr> </thead> <tbody> <%=render :partial => "/eric_weixin/cms/weixin/article_datas/article_data", collection: @article_datas %> </tbody> </table> <%= will_paginate @collection, renderer: FoundationPagination::Rails %>
Version data entries
12 entries across 12 versions & 1 rubygems