13 lines
258 B
Plaintext
13 lines
258 B
Plaintext
= simple_form_for(@bot) do |f|
|
|
= f.error_notification
|
|
|
|
.form-inputs
|
|
= f.input :name
|
|
= f.input :telegram_api_token
|
|
= f.input :discord_api_token
|
|
= f.hidden_field :user_id
|
|
= f.association :profile
|
|
|
|
.form-actions
|
|
= f.button :submit
|