File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
src/Tests/integrationtests/Tests.Integration.Mvc/Views/Home Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 208208 <th >Nested Model DoubleProperty</th >
209209 <th >Nested Model DoubleNullable</th >
210210
211- <th >Nested Model DecimalProperty</th >
212- <th >Nested Model DecimalNullable</th >
213-
214211 <th >Nested Model Float</th >
215212 <th >Nested Model FloatNullable</th >
216213
214+ <th >Nested Model DecimalProperty</th >
215+ <th >Nested Model DecimalNullable</th >
216+
217217 <th >Nested Model DateTimeProperty</th >
218218 <th >Nested Model DateTimeNullable</th >
219219 <th >Nested Model DateTimeOffsetProperty</th >
233233 <tr >
234234 @if (ViewBag .ShowString == " true" )
235235 {
236- <th >StringProperty </th >
236+ <th >StringProperty </th >
237237 }
238238 <th >Integer</th >
239239 <th >IntegerNullable</th >
274274
275275 @if (ViewBag .ShowChar == " true" )
276276 {
277- <th >CharProperty </th >
278- <th >CharNullable </th >
277+ <th >CharProperty </th >
278+ <th >CharNullable </th >
279279 }
280280
281281 @if (ViewBag .ShowString == " true" )
282282 {
283- <th >Nested Model StringProperty </th >
283+ <th >Nested Model StringProperty </th >
284284 }
285285 <th >Nested Model Integer</th >
286286 <th >Nested Model IntegerNullable</th >
321321
322322 @if (ViewBag .ShowChar == " true" )
323323 {
324- <th >Nested Model CharProperty </th >
325- <th >Nested Model CharNullable </th >
324+ <th >Nested Model CharProperty </th >
325+ <th >Nested Model CharNullable </th >
326326 }
327327 </tr >
328328 </tfoot >
You can’t perform that action at this time.
0 commit comments