Previews

1
2
3
4
5
6
7
8
9
10
11
12
13
<%= paper_layout do |layout| %>
<% layout.with_section do %>
<%= paper_banner(title: "Order archived", can_dismiss: true) do %>
<p>This order was archived on March 7, 2017 at 3:12pm EDT.</p>
<% end %>
<% end %>
<% layout.with_annotated_section(title: "Store details", description: "Shopify and your customers will use this information to contact you.") do %>
<%= paper_card(title: "Online store dashboard", sectioned: true) do %>
<p>View a summary of your online store’s performance.</p>
<% end %>
<% end %>
<% end %>