lib/billme/views/bill.html.erb in billme-0.19.0 vs lib/billme/views/bill.html.erb in billme-0.20.0
- old
+ new
@@ -112,9 +112,11 @@
<p class="title">Contact</p>
<p>EMAIL: <%= show(@data[:company][:company_email]) %> </p>
<p>PHONE: <%= show(@data[:company][:company_phone]) %> </p>
</div>
</div>
+ <p>
<%= @data[:other][:footer] %>
+ </p>
</footer>
</body>
</html>
\ No newline at end of file