Skip to content

Commit 10dec73

Browse files
committed
flip-flop column order
1 parent 6668923 commit 10dec73

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

layouts/default.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,10 @@ <h1><a href="#" title="jQuery">jQuery</a></h1>
200200

201201
<h2 class="title"><%= @item[:title] %></h2>
202202

203+
<div class="col2-1">
204+
<%= yield %>
205+
</div>
206+
203207
<div class="col2-1">
204208
<ul>
205209
<% @items.each do |item| %>
@@ -208,9 +212,6 @@ <h2 class="title"><%= @item[:title] %></h2>
208212
</ul>
209213
</div>
210214

211-
<div class="col2-1">
212-
<%= yield %>
213-
</div>
214215

215216
</div>
216217
<!-- /body -->

0 commit comments

Comments
 (0)