sets actionlink and block disply to titles

This commit is contained in:
Paul Schneider 2015-08-05 02:41:53 +02:00
commit 801c7b05d2
4 changed files with 10 additions and 4 deletions

View file

@ -11,7 +11,7 @@
<%= Html.ActionLink(p.Title, "UserPost",
new { user = g.Key, title = p.Title }, new { @class = "usertitleref" } ) %>
new { user = g.Key, title = p.Title }, new { @class = "usertitleref actionlink" , style="display:block;"} ) %>
le <%=p.Posted.ToString("D") %>
<% if (Membership.GetUser()!=null)