We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65b879e commit ee11c39Copy full SHA for ee11c39
src/JoinRpg.Portal/Views/Shared/Components/FieldRow/FieldRow.cshtml
@@ -159,8 +159,9 @@
159
<div class="btn-group btn-group-sm" style="display: inline-block">
160
<a title="Переместить" href="#" data-toggle="modal" data-target="#fastMoveModal" data-element="@item.ProjectFieldId"
161
class="btn btn-default"><i class="glyphicon glyphicon-sort"></i></a>
162
+
163
+ @Html.MoveControl(model => item, "Move")
164
</div>
- @Html.MoveControl(model => item, "Move");
165
}
166
</td>
167
</tr>
0 commit comments