Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions src/JoinRpg.Portal/Views/GameField/FieldList.cshtml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


@using JoinRpg.Web.Models
@using JoinRpg.Web.Models.Dialogs
@using JoinRpg.Web.Models.FieldSetup
Expand All @@ -9,8 +9,7 @@
}
@if (firstItem != null)
{
<div class="table-responsive" style="margin-top: 1em">
<table class="table">
<table class="table table-responsive">
<tr>
<th>Поле</th>
<th>Видимость</th>
Expand All @@ -25,7 +24,6 @@
<vc:field-row field="@item"></vc:field-row>
}
</table>
</div>

<a asp-controller="GameField" asp-action="Create" asp-route-ProjectId="@Model.Navigation.ProjectId" class="btn btn-success">
<span class="glyphicon glyphicon-plus"></span>Добавить новое поле
Expand Down
Loading