Page 1 of 1

EntityDeveloper Views not showing the Edit Icons

Posted: Tue 27 Jan 2015 21:18
by rgordey
from Customer/Index.cshtml:

Code: Select all

<div class="btn-group">
				<a href="@Url.Action("Edit", new { CustomerId = item.CustomerId })" class="btn btn-mini"><i class="icon-pencil"></i></a>
				<a href="@Url.Action("Details", new { CustomerId = item.CustomerId })" class="btn btn-mini"><i class="icon-info-sign"></i></a>
				<a href="@Url.Action("Delete", new { CustomerId = item.CustomerId })" class="btn btn-mini"><i class="icon-trash"></i></a>
			</div>
When I view this page I get a list of my Customers from the database but no Edit, Details or Delete buttons. I know this is something stupid I am doing but I can't figure it out.

Re: EntityDeveloper Views not showing the Edit Icons

Posted: Fri 30 Jan 2015 18:14
by Shalex
Thank you for your report. We will investigate the issue and notify you about the result.