Fixes profile edition,
refactoring profile property names, because of of weird NpgsqlException about the property group name. * style.css: more space * Web.config: * YavscHelpers.cs: * OAuth2.cs: * AccountController.cs: * Profile.cs: refactoring * BlogsController.cs: A new page, to become a media chooser * App.master: nice small parralax.js, could work on android browers * Web.config: unix line endings
This commit is contained in:
parent
501199ed70
commit
5f40448890
11 changed files with 131 additions and 75 deletions
|
|
@ -69,6 +69,11 @@ namespace Yavsc.Controllers
|
|||
}
|
||||
}
|
||||
|
||||
public ActionResult ChooseMedia(long id)
|
||||
{
|
||||
return View ();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Blogs the list.
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue