* style.css: * Gives main background a color
* lets small screens keep their font sizes * Catalog.xml: makes it a better * BlogsController.cs: Fixes the access to the Blog * App.master: fixes the quick link to the user's blog * Index.aspx: removes the table * UserPosts.aspx: Mainly links to UserPost
This commit is contained in:
parent
3355f9fed0
commit
c327395b5b
7 changed files with 65 additions and 35 deletions
|
|
@ -135,7 +135,7 @@ namespace Yavsc.Controllers
|
|||
if (uuc.Count>0)
|
||||
return View ("UserPost", new UUTBlogEntryCollection(uuc.UserName,
|
||||
uuc[0].Title,uuc));
|
||||
return View ("Index", uuc);
|
||||
return View ("UserPosts", uuc);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue