Skip to content

Commit

Permalink
Add a placeholder view to display the modeled statistics data.
Browse files Browse the repository at this point in the history
The block should render twice as two statistics have been added to the
sample content item data.
  • Loading branch information
leenagupte committed Oct 9, 2024
1 parent c7cdec9 commit a842149
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/views/landing_page/blocks/_statistics.html.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<p>Placeholder statistics partial</p>
<%= block.row_header %>
<br>
<%= block.rows %>
<br>
<%= link_to "Data source", block.data_source_link %>

0 comments on commit a842149

Please sign in to comment.