1
0
cryptogopher
2020-04-25 18:07:58 +02:00
parent ab8ed92929
commit c029ba59c2
5 changed files with 6 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
<tr>
<td style="width:100%"></td>
<td><%= select_tag 'quantity_id',
toggle_exposure_options(@project.meal_exposures, :diet) %></td>
toggle_exposure_options(@project.meal_quantities, :diet) %></td>
<td><%= submit_tag l(:button_add) %></td>
</tr>
</table>

View File

@@ -0,0 +1 @@
$('#meals').html('<%= j render partial: 'meals/index' %>');