You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Html.Partial("/Modules/SimplCommerce.Module.Reviews/Views/Review/_ReviewForm.cshtml", new ReviewForm {EntityTypeId=Model.EntityTypeId, EntityId=Model.EntityId})
@Html.Partial("/Modules/SimplCommerce.Module.Reviews/Views/Review/_ReviewForm.cshtml", new ReviewForm {EntityTypeId=Model.EntityTypeId, EntityId=Model.EntityId})
45
-
</div>
46
-
</div>
47
-
@foreach (varreviewinModel.Items)
48
-
{
49
-
<div>
50
-
<ulclass="list-inline product-ratings">
51
-
@for (vari=1; i<6; i++)
71
+
<hr/>
72
+
<divclass="review-item-list">
73
+
@foreach (varreviewinModel.Items)
74
+
{
75
+
<div>
76
+
<ulclass="list-inline product-ratings">
77
+
@for (vari=1; i<6; i++)
52
78
{
53
79
if (review.Rating>=i)
54
80
{
55
-
<li><iclass="rating-selected fa fa-star"></i></li>
56
-
}
57
-
else
58
-
{
59
-
<li><iclass="rating fa fa-star"></i></li>
81
+
<li><iclass="rating-selected fa fa-star"></i></li>
82
+
}
83
+
else
84
+
{
85
+
<li><iclass="rating fa fa-star"></i></li>
86
+
}
60
87
}
61
-
}
62
-
<liclass="product-review-list">
63
-
@review.Title
64
-
</li>
65
-
</ul>
66
-
<p>By: <strong>@review.ReviewerName</strong> on <span>@review.CreatedOn</span></p>
67
-
<p>@review.Comment</p>
68
-
</div>
69
-
}
70
-
88
+
<liclass="review-title">
89
+
@review.Title
90
+
</li>
91
+
</ul>
92
+
<p>@review.Comment</p>
93
+
<p>By: <strong>@review.ReviewerName</strong> on <span>@review.CreatedOn</span></p>
0 commit comments