lib/infuse/themes/plain/slide.html.erb in n3bulous-infuse-0.9.4 vs lib/infuse/themes/plain/slide.html.erb in n3bulous-infuse-0.9.5
- old
+ new
@@ -1,10 +1,12 @@
<div class="slide">
<h1><%= @title %></h1>
<%= @content %>
+<% if @notes.length > 0 %>
<div class="notes">
<%= @notes %>
</div>
+<% end %>
</div>