public static MvcHtmlString PartialEditArticleForModerator(this AjaxHelper ajaxHelper, IPrincipal user, object routeValues, object htmlAttributes) { return(user.Identity.IsAuthenticated && user.IsInRole(Roles.ModeratorRole) ? ajaxHelper.ActionLinkGet("Edit", "Edit", "Article", routeValues, htmlAttributes) : MvcHtmlString.Empty); }