adding a missed div

qedi 10 years ago
parent
commit
a2b4485537
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/views/agents/_form.html.erb

+ 1 - 0
app/views/agents/_form.html.erb

@@ -42,6 +42,7 @@
42 42
       <%= f.select :schedule, options_for_select(Agent::SCHEDULES.map {|s| [s.humanize.titleize, s] }, @agent.schedule), {}, :class => 'span4' %>
43 43
       <span class='cannot-be-scheduled text-info'>This type of Agent cannot be scheduled.</span>
44 44
     </div>
45
+  </div>
45 46
 
46 47
   <div class='event-related-region' data-can-create-events="<%= @agent.can_create_events? %>">
47 48
     <div class="control-group">