8 lines
146 B
Plaintext
8 lines
146 B
Plaintext
![]() |
.row
|
||
|
.small-12.medium-12.large-9.columns
|
||
|
h2 订阅
|
||
|
|
||
|
= simple_form_for @subscribe do |f|
|
||
|
= f.input :email
|
||
|
= f.button :submit
|