@page @using OliverBooth.Data.Web @using OliverBooth.Services @inject IProjectService ProjectService @{ ViewData["Title"] = "Projects"; }
@Html.Raw(ProjectService.GetDescription(project))
@if (!string.IsNullOrWhiteSpace(project.RemoteUrl)) { @if (string.IsNullOrWhiteSpace(project.RemoteTarget)) { View website } else { View on @project.RemoteTarget } }@Html.Raw(ProjectService.GetDescription(project))
@if (!string.IsNullOrWhiteSpace(project.RemoteUrl)) { @if (string.IsNullOrWhiteSpace(project.RemoteTarget)) { View website } else { View on @project.RemoteTarget } }@Html.Raw(ProjectService.GetDescription(project))
@if (!string.IsNullOrWhiteSpace(project.RemoteUrl)) { @if (string.IsNullOrWhiteSpace(project.RemoteTarget)) { View website } else { View on @project.RemoteTarget } }