2019-09-05 07:15:45 +00:00
|
|
|
<%= render_view %>
|
2022-04-08 03:20:21 +00:00
|
|
|
<% data = action_data %>
|
|
|
|
<% if data["categories"].length == 1 %>
|
|
|
|
<script>
|
|
|
|
$("#main-content .panel-collapse").addClass("in");
|
|
|
|
</script>
|
|
|
|
<% end %>
|
2019-09-05 07:15:45 +00:00
|
|
|
<%= create_pagination(ArchivesController.get_total_pages).html_safe %>
|