Fixes the blog post removal

This commit is contained in:
Paul Schneider
2014-09-23 03:27:51 +02:00
parent 9fc7f82531
commit a4d2e1b6da
5 changed files with 16 additions and 10 deletions

View File

@ -21,7 +21,7 @@
if (Membership.GetUser().UserName==e.UserName)
{ %>
<%= Html.ActionLink("Editer","Edit", new { user = e.UserName, title = e.Title }, new { @class="actionlink" }) %>
<%= Html.ActionLink("Supprimer","Remove", new { user = e.UserName, title = e.Title }, new { @class="actionlink" } ) %>
<%= Html.ActionLink("Supprimer","RemovePost", new { user = e.UserName, title = e.Title }, new { @class="actionlink" } ) %>
<% } %>
</div>
<% } %>