9 lines
325 B
Text
9 lines
325 B
Text
- content_for :page_title do
|
|
= t('keyword_subscribes.new.title')
|
|
|
|
= simple_form_for @keyword_subscribe, url: settings_keyword_subscribes_path do |f|
|
|
= render 'shared/error_messages', object: @keyword_subscribe
|
|
= render 'fields', f: f
|
|
|
|
.actions
|
|
= f.button :button, t('keyword_subscribes.new.title'), type: :submit
|