1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<%= paper_layout do |layout| %> <% layout.with_section(one_fourth: true) do %> <%= paper_card(title: "First quarter", sectioned: true) do %> <p>View a summary of your order.</p> <% end %> <% end %> <% layout.with_section(one_fourth: true) do %> <%= paper_card(title: "Second quarter", sectioned: true) do %> <p>Add tags to your order.</p> <% end %> <% end %> <% layout.with_section(one_fourth: true) do %> <%= paper_card(title: "Third quarter", sectioned: true) do %> <p>Add tags to your order.</p> <% end %> <% end %> <% layout.with_section(one_fourth: true) do %> <%= paper_card(title: "Third quarter", sectioned: true) do %> <p>Add tags to your order.</p> <% end %> <% end %><% end %>