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 6bf9e3d commit ce72256
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 block.data["data_source_link_text"], block.data_source_link %>

0 comments on commit ce72256

Please sign in to comment.