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