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

8 lines
206 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
2016-04-27 14:47:04 +08:00
= f.button :submit, value: '订阅', data: { 'disable-with'=> '订阅中...' }