質問

I have a problem with the page_enteries_info of will_paginate.

<div class="row dt-rb">
  <div class="col-sm-6">
    <div class="dataTables_info" id="DataTables_Table_0_info">
      <%= page_entries_info @activities %></div>
    </div>
    <div class="col-sm-6">
      <div class="dataTables_paginate paging_bootstrap">
        <%= will_paginate @activities %>
      </div>
    </div>
  </div>

The will_paginate works fine but the page_enteries_info render : 'Multi Page HTML'

Any idea ?

役に立ちましたか?

解決

The problem occures if the translations in your locale-file are missing.

Just follow the instructions under https://github.com/mislav/will_paginate/wiki/I18n and everything will be fine (and paginated!).

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top