mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-26 22:33:02 +01:00
4 lines
293 B
Text
4 lines
293 B
Text
%form#create-form{ action: lists_create_path, method: :post }
|
|
%input{ type: :hidden, name: "user", value: user.screen_name }
|
|
%input.form-control.mb-2#name{ type: :text, name: "name", placeholder: t(".placeholder") }
|
|
%input{ type: :submit, class: "btn btn-primary", value: t(".action") }
|