We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6668923 commit 10dec73Copy full SHA for 10dec73
layouts/default.html
@@ -200,6 +200,10 @@ <h1><a href="#" title="jQuery">jQuery</a></h1>
200
201
<h2 class="title"><%= @item[:title] %></h2>
202
203
+ <div class="col2-1">
204
+ <%= yield %>
205
+ </div>
206
+
207
<div class="col2-1">
208
<ul>
209
<% @items.each do |item| %>
@@ -208,9 +212,6 @@ <h2 class="title"><%= @item[:title] %></h2>
212
</ul>
213
</div>
210
214
211
- <div class="col2-1">
- <%= yield %>
- </div>
215
216
217
<!-- /body -->
0 commit comments