--HG--
branch : dev
This commit is contained in:
Sebastien Ros
2010-10-20 15:30:36 -07:00

View File

@@ -40,7 +40,7 @@
@{
i++;
}
@Html.ActionLink(@widget.TypeDefinition.DisplayName, "EditWidget", new { @widget.Id })
@Html.ActionLink(HasText(widget.Title) ? widget.Title : widget.TypeDefinition.DisplayName, "EditWidget", new { @widget.Id })
</li>
}
</ul>