Sha256: 44345921b07f6c57c93f8afca3318ffa61e2cf9f4350512262d1ce2b36c2acda
Contents?: true
Size: 541 Bytes
Versions: 12
Compression:
Stored size: 541 Bytes
Contents
<h3>微信多图文详情</h3> <h4>标题:<%=@news_data.title%></h4> <a href=<%="/eric_weixin/cms/weixin/news_datas/#{@news_data.id}/edit"%> >编辑</a> <h3>所包含的文章列表</h3> <table> <thead> <tr> <th> id </th> <th> title </th> <th> desc </th> <th> pic_url </th> <th> link_url </th> </tr> </thead> <tbody> <%=render :partial => "/eric_weixin/cms/weixin/article_datas/article_data", collection: @news_data.weixin_articles %> </tbody> </table>
Version data entries
12 entries across 12 versions & 1 rubygems