More work on the user management

This commit is contained in:
TidusJar 2016-05-15 23:01:17 -04:00
commit 15fae26397
8 changed files with 75 additions and 21 deletions

View file

@ -95,7 +95,7 @@ namespace PlexRequests.UI.Helpers
return helper.Raw(sb.ToString());
}
public static IHtmlString LoadLogsAssets(this HtmlHelpers helper)
public static IHtmlString LoadTableAssets(this HtmlHelpers helper)
{
var sb = new StringBuilder();
var assetLocation = GetBaseUrl();