Fixing Date Time field spacing in view and tests

--HG--
branch : 1.x
extra : rebase_source : 40a3aa5bdcbbf68e2d3d9b32b0b9c42d756fb5cc
This commit is contained in:
Sebastien Ros
2012-10-17 14:11:13 -07:00
parent 514c9a8881
commit 57ef04276c
3 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
// This code was generated by SpecFlow (http://www.specflow.org/).
// SpecFlow Version:1.9.0.77
// SpecFlow Generator Version:1.9.0.0
// Runtime Version:4.0.30319.17929
// Runtime Version:4.0.30319.18010
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.

View File

@@ -5,5 +5,5 @@
}
<p class="date-time-field date-time-field-@name.HtmlClassify()">
<span class="name">@name.CamelFriendly():</span>
<span class="value">@if (Model.Model.ShowDate) { <text>@Model.Model.Date</text> } @if (Model.Model.ShowTime) { <text>@Model.Model.Time</text> }</span>
<span class="value">@if (Model.Model.ShowDate) {<text>@Model.Model.Date</text>} @if (Model.Model.ShowTime) {<text>@Model.Model.Time</text>}</span>
</p>