Cross Reference: new.html.haml
xref
: /
ontohub
/
app
/
views
/
keys
/
new.html.haml
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
%h2= @page_title = 'Add new SSH Key'
= simple_form_for resource, html: { class: 'form-horizontal' } do |f|
=
f.input
:name, as: :string
=
f.input
:key
.control-group
.controls=
f.button
:submit, disable_with: t(:wait), class: 'btn btn-primary'