Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
L
lesson60
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
Нурбек Созоев
lesson60
Commits
f2a35b29
Commit
f2a35b29
authored
May 29, 2019
by
Нурбек Созоев
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Добавил колонку с действиями
parent
7d0e4d39
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
Index.cshtml
Store/Views/Product/Index.cshtml
+2
-0
No files found.
Store/Views/Product/Index.cshtml
View file @
f2a35b29
...
...
@@ -15,6 +15,7 @@
<th scope="col">Category</th>
<th scope="col">Amount</th>
<th scope="col">Brand</th>
<th scope="col">Actions:</th>
</tr>
</thead>
<tbody>
...
...
@@ -26,6 +27,7 @@
<td>@product.Category</td>
<td>@product.Amount</td>
<td>@product.Brand</td>
<td><a href="/Product/Details/@product.Id" class="btn btn-sm btn-link">Show</a></td>
</tr>
}
</tbody>
...
...
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