Commit ee726d2d authored by Jakub Balga's avatar Jakub Balga
Browse files

title

parent 4187d534
Pipeline #141128 passed with stages
in 2 minutes and 27 seconds
......@@ -54,6 +54,8 @@ public class HarvestController extends ControllerBase {
viewModel.setHarvests(harvests);
viewModel.setGrapeNameLookup(grapeNames);
viewModel.setTitle("Harvests");
return view(viewModel);
}
......@@ -113,7 +115,6 @@ public class HarvestController extends ControllerBase {
initializeViewModel(viewModel);
viewModel.setSuccess(true);
viewModel.setTitle("Harvests");
return view(viewModel);
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment