Projections: Removing unnecessary closing brace in the Query editor template

This commit is contained in:
Lombiq
2018-01-24 20:37:18 +01:00
committed by Benedek Farkas
parent b9fcc5c05a
commit 6491785fa7

View File

@@ -84,7 +84,6 @@
<li class="action-link">
@Html.ActionLink(T("Up").Text, "Move", new { controller = "SortCriterion", id = sortCriterion.SortCriterionRecordId, direction = "up", queryId = Model.Id })
</li>
}
@if (sortCriterion != Model.SortCriteria.Last()) {
<li class="action-link">
@Html.ActionLink(T("Down").Text, "Move", new { controller = "SortCriterion", id = sortCriterion.SortCriterionRecordId, direction = "down", queryId = Model.Id })