From e5cf0485ef0d8fa5480d1e66e333856e6e117844 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Wed, 5 Aug 2015 02:19:09 +0200 Subject: [PATCH] Fixes another link to Blog --- web/ChangeLog | 4 ++++ web/Views/Blogs/Index.aspx | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/web/ChangeLog b/web/ChangeLog index 15c3f5b0..9be7dfbc 100644 --- a/web/ChangeLog +++ b/web/ChangeLog @@ -1,3 +1,7 @@ +2015-08-05 Paul Schneider + + * Index.aspx: Fixes another link to Blog + 2015-08-05 Paul Schneider * style.css: * Gives main background a color diff --git a/web/Views/Blogs/Index.aspx b/web/Views/Blogs/Index.aspx index 49afaecc..69db12f7 100644 --- a/web/Views/Blogs/Index.aspx +++ b/web/Views/Blogs/Index.aspx @@ -4,7 +4,7 @@
<% foreach (var g in Model.GroupByUser()) { %> -

" class="actionlink userref"> +

" class="actionlink userref"> <%=g.Key%>

<% foreach (var p in g) { %>