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/sources/_form.html.erb
2019-09-23 20:13:09 +02:00

7 lines
189 B
Plaintext

<%= error_messages_for @source %>
<div class="box tabular">
<p><%= f.text_field :name, required: true, size: 20 %></p>
<p><%= f.text_area :description, rows: 3, cols: 60 %></p>
</div>