I have a helper function that turns minutes into hours/mins. I currently have it in my layout.cshtml but each page cannot see the function. Where should I put the helper funct
You should put it into the App_Code folder. There is an awesome article for you to read ASP.NET MVC Helpers