Sha256: 24a32ed16f3d6e9024fed9f0d0c27ed9136d2aa254859bc9eec54463fd2ecd4c

Contents?: true

Size: 581 Bytes

Versions: 12

Compression:

Stored size: 581 Bytes

Contents

<%= will_paginate @collection, renderer: FoundationPagination::Rails %>
<table>
  <thead>
  <tr>
    <th>
      微信App Id
    </th>
    <th>
      微信Secret key
    </th>
    <th width="100">
      显示
    </th>
    <th width="110">
      导出用户数据
    </th>
    <th width="110">
      更新用户列表
    </th>
  </tr>
  </thead>
  <tbody>
  <%= render :partial => "/eric_weixin/cms/weixin/public_accounts/public_account", collection: @public_accounts %>
  <tr></tr>
  </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/public_accounts/index.html.erb
eric_weixin-0.4.1 app/views/eric_weixin/cms/weixin/public_accounts/index.html.erb
eric_weixin-0.4.0 app/views/eric_weixin/cms/weixin/public_accounts/index.html.erb
eric_weixin-0.3.3 app/views/eric_weixin/cms/weixin/public_accounts/index.html.erb
eric_weixin-0.3.2 app/views/eric_weixin/cms/weixin/public_accounts/index.html.erb
eric_weixin-0.3.1 app/views/eric_weixin/cms/weixin/public_accounts/index.html.erb
eric_weixin-0.3.0 app/views/eric_weixin/cms/weixin/public_accounts/index.html.erb
eric_weixin-0.2.3 app/views/eric_weixin/cms/weixin/public_accounts/index.html.erb
eric_weixin-0.2.1 app/views/eric_weixin/cms/weixin/public_accounts/index.html.erb
eric_weixin-0.2.0 app/views/eric_weixin/cms/weixin/public_accounts/index.html.erb
eric_weixin-0.1.1 app/views/eric_weixin/cms/weixin/public_accounts/index.html.erb
eric_weixin-0.1.0 app/views/eric_weixin/cms/weixin/public_accounts/index.html.erb