Commit cafd048
Changed files (1)
app
views
layouts
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>