OpenProject is the leading open source project management software.
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.
 
 
 
 
 
 
openproject/app/views/meetings/_form.html.erb

7 lines
272 B

<%= error_messages_for 'meeting' %>
<div class="box tabular">
<p><%= f.text_field :title, :required => true, :size => 60 %></p>
<p><%= f.text_field :location, :size => 60 %></p>
<p><%= f.text_field :time, :size => 10 %><%= calendar_for('meeting_time') %></p>
</div>