所以现在我完全被难倒了,我正在尝试在rails应用程序中的ruby中设置一个动作邮件,以便在我的登记表单上自动填写日期以及缺少的登记日期,并且不知道在哪里启动。
0000000000000000 pushq %rbp ; frame setup
0000000000000001 movq %rsp, %rbp ; frame setup
0000000000000004 movl (%rip), %eax ; load buffer
000000000000000a bswapl %eax ; endian flip
000000000000000c shll $0x4, %eax ; shift
000000000000000f bswapl %eax ; endian flip
0000000000000011 movl %eax, (%rip) ; save buffer
0000000000000017 popq %rbp ; finish
0000000000000018 retq
以上是原始电子邮件,其中我们有日期,已经通过检查表单,我只需要知道在点击链接后如何使用 <!DOCTYPE html>
<html>
<head>
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type' />
</head>
<body>
<p>
Psssstt! Remember to <%= link_to "check-in for #{@friendly_date}", new_check_in_url %>
</p>
<p> --Team Capacitor
</p>
自动填充日期选择器。
我感谢任何帮助。
由于
答案 0 :(得分:0)
您可以在链接的参数中发送日期
@custom-media --mobile-device (max-width:370px);
@media (--mobile-device) {
#container {
width:370px;
}
}
在 Psssstt! Remember to <%= link_to "check-in for #{@friendly_date}",
new_check_in_url(autofill_date: @friendly_link) %>
的控制器操作中收到此消息后,您可以使用此值自动填充数据