* 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:
Paul Schneider 2015-08-05 02:02:14 +02:00
commit c327395b5b
7 changed files with 65 additions and 35 deletions

View file

@ -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>