We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8e3304 commit 8358dbcCopy full SHA for 8358dbc
app/views/admin/tokens/_cut_marks.html.erb
@@ -37,4 +37,11 @@
37
<div class="cut-mark h" style="top: <%= y %>mm; right: 0mm;"></div>
38
<div class="cut-mark h short" style="top: <%= y %>mm; left: <%= page_centre_x - 1 %>mm;"></div>
39
<% end %>
40
+
41
+ <%# Vertical marks along left, center, and right columns at row positions %>
42
+ <% y_positions.each do |y| %>
43
+ <% x_positions.each do |x| %>
44
+ <div class="cut-mark v short" style="top: <%= y - 1 %>mm; left: <%= x %>mm;"></div>
45
+ <% end %>
46
47
</div>
0 commit comments