* AccountController.cs: Fixes the canonical login
* App.master: Cleans the code * NoLogin.master: Fixes the canonical login (broken with last master changes) * style.css: yet another footer style * UserPost.aspx: puts links in a "aside" block
This commit is contained in:
parent
ccc3b2ffff
commit
9da7064791
6 changed files with 49 additions and 21 deletions
|
|
@ -49,8 +49,9 @@
|
|||
<% if (Membership.GetUser()!=null)
|
||||
if (Membership.GetUser().UserName==Model.UserName)
|
||||
{ %>
|
||||
<aside>
|
||||
<%= Html.ActionLink("Editer","Edit", new { user = Model.UserName, title = Model.Title }, new { @class="actionlink" }) %>
|
||||
<%= Html.ActionLink("Supprimer","RemovePost", new { user = Model.UserName, title = Model.Title }, new { @class="actionlink" } ) %>
|
||||
<% } %>
|
||||
|
||||
</aside>
|
||||
</asp:Content>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue