Commit cafd048

mo khan <mo@mokhan.ca>
2016-07-11 02:44:44
yield content.
1 parent 9e769e6
Changed files (1)
app
app/views/layouts/application.html.erb
@@ -70,7 +70,7 @@
           <!-- start main content -->
           <div class="row column">
             <%= render partial: 'layouts/flash' %>
-            <% yield %>
+            <%= yield %>
             <p>Content</p>
             <p>Content</p>
             <p>Content</p>
@@ -113,4 +113,4 @@
       </div>
     </div>
   </body>
-</html>
\ No newline at end of file
+</html>