Merge branch 'adminbsb_material_ui' of bitbucket.org:code2lab/sxrestaurant

This commit is contained in:
Yan
2017-11-07 15:29:28 +06:30
3 changed files with 4 additions and 6 deletions

View File

@@ -15,7 +15,7 @@
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-6">
<div class="form-group">
<label>Foreigner</label>
<select class="form-control col-md-12 selectpicker show-tick" name="survey[foreigner]" style="height: " >
<select class="form-control col-md-12 selectpicker show-tick" name="survey[foreigner][][]" style="height: " >
<% Lookup.where("lookup_type = ?", "country" ).each do |ct| %>
<option value="<%= ct.value %>">
<%= ct.name %></option>
@@ -27,7 +27,7 @@
<div class="form-group">
<label>Number</label>
<input type="number" name="survey[foreigner]" class="form-control">
<input type="number" name="survey[foreigner][][]" class="form-control">
</div>
</div>
</div>