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

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