Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
W
Webinar_51
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Alexey Goikolov
Webinar_51
Commits
38437533
Commit
38437533
authored
Mar 31, 2021
by
Alexey Goikolov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Добавил ссылку на удаление телефона в Index.cshtml
parent
6f377840
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
Index.cshtml
Lesson49/Views/Phones/Index.cshtml
+4
-1
No files found.
Lesson49/Views/Phones/Index.cshtml
View file @
38437533
...
...
@@ -37,7 +37,10 @@
<td>@phone.Name</td>
<td>@phone.Brand.Name</td>
<td>@phone.Price</td>
<td><a asp-action="Add" asp-controller="Orders" asp-route-phoneId="@phone.Id">Купить</a></td>
<td>
<a asp-action="Add" asp-controller="Orders" asp-route-phoneId="@phone.Id">Купить</a>
<a class="ml-3" asp-action="Delete" asp-controller="Phones" asp-route-id="@phone.Id">Удалить</a>
</td>
</tr>
}
</table>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment