rosa-build/app/views/users/ssh_keys/_new.html.slim

7 lines
158 B
Plaintext
Raw Normal View History

h3
= t("layout.key_pairs.header")
= simple_form_for @ssh_key, url: ssh_keys_path do |f|
= f.input :name
= f.input :key, as: :text
= submit_button_tag