Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removed grids title #223

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
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
2 changes: 0 additions & 2 deletions CheckDrive.Web/CheckDrive.Web/Views/Accounts/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
Layout = "~/Views/Shared/_Layout.cshtml";
}

<h2>Ishchilar</h2>

<form asp-controller="Accounts" asp-action="Index">
<div class="row">
<div class="d-flex justify-content-between">
Expand Down
2 changes: 0 additions & 2 deletions CheckDrive.Web/CheckDrive.Web/Views/Cars/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
Layout = "~/Views/Shared/_Layout.cshtml";
}

<h1>Avtomobillar</h1>

<form asp-controller="Cars" asp-action="Index">
<div class="container">
<div class="row">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
Layout = "~/Views/Shared/_Layout.cshtml";
}

<h1>Shifokorlar ko'riklari</h1>

<form asp-controller="DoctorReviews" asp-action="Index">
<div class="row">
<div class="d-flex justify-content-between">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
Layout = "~/Views/Shared/_Layout.cshtml";
}

<h2>Mexaniklar ko'riklari (topshirish)</h2>

<form asp-controller="MechanicHandovers" asp-action="Index">
<div class="row">
<div class="d-flex justify-content-between">
Expand Down
1 change: 0 additions & 1 deletion CheckDrive.Web/CheckDrive.Web/Views/OilMarks/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
ViewData["Title"] = "Index";
}

<h1>Yoqilg'i turlari</h1>
<div>
<div class="d-flex flex-row-reverse">
<button id="createoilBtn" class="btn btn-success">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
Layout = "~/Views/Shared/_Layout.cshtml";
}

<h2>Operatorlar ko'riklari</h2>

<form asp-controller="OperatorReviews" asp-action="Index">
<div class="row">
<div class="d-flex justify-content-between">
Expand Down
Loading