mirror of
https://github.com/System-End/theseus.git
synced 2026-04-19 22:15:09 +00:00
improve formatting
This commit is contained in:
parent
96fa10af29
commit
fe2273d644
2 changed files with 4 additions and 6 deletions
|
|
@ -16,7 +16,6 @@ module SnailMail
|
|||
true
|
||||
end
|
||||
|
||||
|
||||
def view_template
|
||||
# Add your template content here
|
||||
|
||||
|
|
@ -36,8 +35,8 @@ module SnailMail
|
|||
140,
|
||||
220,
|
||||
71,
|
||||
size: 14,
|
||||
valign: :bottom,
|
||||
size: 14,
|
||||
valign: :bottom,
|
||||
align: :left
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@ module SnailMail
|
|||
true
|
||||
end
|
||||
|
||||
|
||||
def view_template
|
||||
|
||||
image(
|
||||
|
|
@ -34,8 +33,8 @@ module SnailMail
|
|||
155,
|
||||
230,
|
||||
55,
|
||||
size: 12,
|
||||
valign: :center,
|
||||
size: 12,
|
||||
valign: :center,
|
||||
align: :center
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue