yavsc/Yavsc/Views/Shared/DisplayTemplates/Circle.cshtml

3 lines
57 B
Text
Raw Normal View History

2017-01-20 14:21:01 +01:00
@model Circle
<span class="circle"> @Model.Name </span>