update with changes from Production branch

This commit is contained in:
Lee Lawlor
2014-02-17 12:05:39 -05:00
parent 5b640cf9d8
commit a4937fb2e5
384 changed files with 14690 additions and 2242 deletions

View File

@ -0,0 +1,14 @@
<div class="nested-fields">
<div class="row">
<div class="col-sm-12">
<%= t(:thinghttp_header_name) %>
<%= header.text_field :name, :class => 'form-control input-sm' %>
<br>
<%= t(:thinghttp_header_value) %>
<%= header.text_field :value, :class => 'form-control input-sm' %>
<span class="help-block"><%= header.link_to_remove t(:thinghttp_header_remove) %></span>
</div>
</div>
</div>
<br>