Fuel Log Match
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
{
|
||||
var viewModel = Model[i];
|
||||
<tr id="fuellog-@i" @if (viewModel.PreviouslyAdded && viewModel.LogId != null) { <text>class="complete"</text>}>
|
||||
@using (Html.BeginForm("Match", "FuelLog", FormMethod.Post))
|
||||
@using (Html.BeginForm("ImportMatch", "FuelLog", FormMethod.Post))
|
||||
{
|
||||
<input type="hidden" name="fuelLogId" value="@viewModel.FuelLogId"/>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user