1
0
This repository has been archived on 2023-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
body_tracking/app/views/units/_form.html.erb
2019-08-10 23:31:20 +02:00

8 lines
265 B
Plaintext

<%= error_messages_for @unit %>
<div class="box tabular">
<p><%= f.text_field :name, :required => true, :size => 40 %></p>
<p><%= f.text_field :shortname, :required => true, :size => 10 %></p>
<p><%#= f.select :summary, :cols => 60, :rows => 2 %></p>
</div>