diff --git a/Teknik/Areas/Blog/Views/Blog/Comment.cshtml b/Teknik/Areas/Blog/Views/Blog/Comment.cshtml index 5bf446b..c7e7ebd 100644 --- a/Teknik/Areas/Blog/Views/Blog/Comment.cshtml +++ b/Teknik/Areas/Blog/Views/Blog/Comment.cshtml @@ -7,7 +7,7 @@

- @Model.User.Username replied at + @Model.User.Username replied at @if (Model.User.Username == User.Identity.Name || User.IsInRole("Admin")) {
diff --git a/Teknik/Areas/Blog/Views/Blog/Post.cshtml b/Teknik/Areas/Blog/Views/Blog/Post.cshtml index 29d90e2..d2791bd 100644 --- a/Teknik/Areas/Blog/Views/Blog/Post.cshtml +++ b/Teknik/Areas/Blog/Views/Blog/Post.cshtml @@ -7,7 +7,7 @@

@Html.Markdown(@Model.Title)

@@ -189,7 +189,7 @@ @Html.Markdown(podcast.Title)

- Posted on + Posted on

@@ -230,7 +230,7 @@

@Html.Markdown(post.Title)

- Posted on by @post.Blog.User.Username + Posted on by @post.Blog.User.Username

diff --git a/Teknik/Areas/Paste/Views/Paste/Full.cshtml b/Teknik/Areas/Paste/Views/Paste/Full.cshtml index 97e7eaa..75d524c 100644 --- a/Teknik/Areas/Paste/Views/Paste/Full.cshtml +++ b/Teknik/Areas/Paste/Views/Paste/Full.cshtml @@ -13,7 +13,7 @@
-

@((string.IsNullOrEmpty(Model.Title)) ? "Untitled" : Model.Title) Posted on - Format: @Model.Syntax

+

@((string.IsNullOrEmpty(Model.Title)) ? "Untitled" : Model.Title) Posted on - Format: @Model.Syntax


diff --git a/Teknik/Areas/Podcast/Views/Podcast/Comment.cshtml b/Teknik/Areas/Podcast/Views/Podcast/Comment.cshtml index 5bf446b..c7e7ebd 100644 --- a/Teknik/Areas/Podcast/Views/Podcast/Comment.cshtml +++ b/Teknik/Areas/Podcast/Views/Podcast/Comment.cshtml @@ -7,7 +7,7 @@

- @Model.User.Username replied at + @Model.User.Username replied at @if (Model.User.Username == User.Identity.Name || User.IsInRole("Admin")) {
diff --git a/Teknik/Areas/Podcast/Views/Podcast/Podcast.cshtml b/Teknik/Areas/Podcast/Views/Podcast/Podcast.cshtml index 0a6c56f..e1188ec 100644 --- a/Teknik/Areas/Podcast/Views/Podcast/Podcast.cshtml +++ b/Teknik/Areas/Podcast/Views/Podcast/Podcast.cshtml @@ -8,7 +8,7 @@

Episode @Model.Episode - @Model.Title

  • Profile
  • -
  • Joined
  • +
  • Joined
  • @if (OwnProfile && User.Identity.IsAuthenticated) { -
  • Last Seen
  • +
  • Last Seen
  • } @if (!string.IsNullOrEmpty(pgpFingerprint)) { @@ -135,7 +135,7 @@
-

+

@@ -163,7 +163,7 @@
-

+

@@ -171,7 +171,7 @@ string expireDate = "Never"; if (paste.ExpireDate != null) { - expireDate = ""; + expireDate = ""; } }

@expireDate

@@ -207,7 +207,7 @@
-

+