lib/thousand_island/components/footer.rb in thousand_island-0.1.1 vs lib/thousand_island/components/footer.rb in thousand_island-0.1.2
- old
+ new
@@ -12,11 +12,15 @@
def render(&block)
pdf.bounding_box([0, box_height], width: pdf.bounds.width, height: box_height) do
col1
col2(&block)
- col3
+ # col3
end
+ end
+
+ def after_render
+ col3
end
def col1_width
pdf.bounds.width * 0.15
end