wblog/app/views/subscribes/new.html.slim

8 lines
146 B
Plaintext
Raw Normal View History

2016-04-26 00:20:14 +08:00
.row
.small-12.medium-12.large-9.columns
h2 订阅
= simple_form_for @subscribe do |f|
= f.input :email
= f.button :submit