Skip to content
Snippets Groups Projects
Commit 7cfbd3a6 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

total

parent 4d32cfb8
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
<div class="card">
<div class="card-header">
<h2><%= @imported_posts.count %> posts</h2>
<h2><%= @imported_posts.total_count %> posts</h2>
</div>
<table class="<%= table_classes %>">
<thead>
......@@ -39,7 +39,7 @@
<div class="card mt-5">
<div class="card-header">
<h2><%= @imported_pages.count %> pages</h2>
<h2><%= @imported_pages.total_count %> pages</h2>
</div>
<table class="<%= table_classes %>">
<thead>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment