6 lines
112 B
Text
6 lines
112 B
Text
|
<% if @logs.any? %>
|
||
|
<ol class="orders">
|
||
|
<%= render @logs %>
|
||
|
</ol>
|
||
|
<%= will_paginate @logs %>
|
||
|
<% end %>
|