This repository has been archived on 2020-05-27. You can view files and clone it, but cannot push or open issues/pull-requests.
grindable/app/views/barista/identify.rhtml

8 lines
303 B
Plaintext

<% @content_title = 'Identification required' -%>
<div class="formRequest">
<%= form_tag :action => :identify %>
<p>Name: <%= text_field_tag "name", nil, :size => 32, :maxlength => 64, :class => "inputBox" %></p>
<p><%= submit_tag "Login", :class => "inputBox" %></p>
<%= end_form_tag %>
</div>