You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
285 B
11 lines
285 B
<h1>Authenticate Host: <%= @host.name %></h1>
|
|
|
|
<%= form_for :hosts, url: { action: "add_key" }, method: 'put' do |f| %>
|
|
<div class="field">
|
|
<%= f.label :password %><br>
|
|
<%= f.password_field :password %>
|
|
</div>
|
|
<div class="actions">
|
|
<%= f.submit %>
|
|
</div>
|
|
<% end %>
|