It's nice for each Agent to have a good, detailed description, but currently the Save button will be gone too far below when the description is very long in height.
@@ -86,6 +86,10 @@
<%= Utils.jsonify((@agent.new_record? && @agent.options == {}) ? @agent.default_options : @agent.options) %>
</textarea>
</div>
+
+ <div class="form-group">
+ <%= f.submit "Save", :class => "btn btn-primary" %>
+ </div>
@@ -106,11 +110,4 @@
-
- <div class='row'>
- <div class="col-md-12">
- <%= f.submit "Save", :class => "btn btn-primary" %>
- </div>
<% end %>