This repository has been archived on 2020-10-16. You can view files and clone it, but cannot push or open issues or pull requests.
counter/frontend/components/cluster-new/_cluster-new.html.erb

7 lines
322 B
Plaintext

<div class="create-cluster-form">
<%= form_tag cluster_path, method: :post do %>
<%= text_field_tag :cluster, "", class: "create-cluster-form--input", placeholder: "Cluster Name", autofocus: true, required: true %>
<%= submit_tag "Create", class: "create-cluster-form--submit" %>
<% end %>
</div>