sets actionlink and block disply to titles
This commit is contained in:
parent
e5cf0485ef
commit
801c7b05d2
4 changed files with 10 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue