Fixing field indexing in Projector

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2011-12-07 18:57:17 -08:00
parent 42e00e3bf7
commit 3d15cd9fe2
5 changed files with 18 additions and 19 deletions

View File

@@ -1,5 +1,5 @@
@{
string name = Model.Field.DisplayName;
string name = Model.ContentField.DisplayName;
string value = Model.Value;
}
@if (HasText(name) && HasText(value)) {