File tree 1 file changed +9
-9
lines changed
src/Tests/integrationtests/Tests.Integration.Mvc/Views/Home
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 208
208
<th >Nested Model DoubleProperty</th >
209
209
<th >Nested Model DoubleNullable</th >
210
210
211
- <th >Nested Model DecimalProperty</th >
212
- <th >Nested Model DecimalNullable</th >
213
-
214
211
<th >Nested Model Float</th >
215
212
<th >Nested Model FloatNullable</th >
216
213
214
+ <th >Nested Model DecimalProperty</th >
215
+ <th >Nested Model DecimalNullable</th >
216
+
217
217
<th >Nested Model DateTimeProperty</th >
218
218
<th >Nested Model DateTimeNullable</th >
219
219
<th >Nested Model DateTimeOffsetProperty</th >
233
233
<tr >
234
234
@if (ViewBag .ShowString == " true" )
235
235
{
236
- <th >StringProperty </th >
236
+ <th >StringProperty </th >
237
237
}
238
238
<th >Integer</th >
239
239
<th >IntegerNullable</th >
274
274
275
275
@if (ViewBag .ShowChar == " true" )
276
276
{
277
- <th >CharProperty </th >
278
- <th >CharNullable </th >
277
+ <th >CharProperty </th >
278
+ <th >CharNullable </th >
279
279
}
280
280
281
281
@if (ViewBag .ShowString == " true" )
282
282
{
283
- <th >Nested Model StringProperty </th >
283
+ <th >Nested Model StringProperty </th >
284
284
}
285
285
<th >Nested Model Integer</th >
286
286
<th >Nested Model IntegerNullable</th >
321
321
322
322
@if (ViewBag .ShowChar == " true" )
323
323
{
324
- <th >Nested Model CharProperty </th >
325
- <th >Nested Model CharNullable </th >
324
+ <th >Nested Model CharProperty </th >
325
+ <th >Nested Model CharNullable </th >
326
326
}
327
327
</tr >
328
328
</tfoot >
You can’t perform that action at this time.
0 commit comments