diff --git a/public/templates/category.tpl b/public/templates/category.tpl
index 48e040544b..5134a36a12 100644
--- a/public/templates/category.tpl
+++ b/public/templates/category.tpl
@@ -45,32 +45,31 @@
 							</a>
 							<small>
 								<span class="topic-stats">
-									<span class="badge {topics.badgeclass}">{topics.postcount}</span> posts
+									<strong>posts</strong>
+									<span>{topics.postcount}</span>
 								</span>
+								|
 								<span class="topic-stats">
-									<span class="badge {topics.badgeclass}">{topics.viewcount}</span> views
+									<strong>views</strong>
+									<span>{topics.viewcount}</span>
 								</span>
-
-								<span class="pull-right hidden-xs">
-
+								|
+								<span>
 									<a href="/user/{topics.userslug}">
 										<img class="img-rounded teaser-pic" src="{topics.picture}" title="{topics.username}"/>
 									</a>
+									posted <span class="timeago" title="{topics.relativeTime}"></span>
+								</span>
 
-									<a href="../../topic/{topics.slug}">
-										<span>
-											posted <span class="timeago" title="{topics.relativeTime}"></span>
-										</span>
-									</a>
-									|
+								<span class="pull-right hidden-xs">
 									<a href="/user/{topics.teaser_userslug}">
 										<img class="img-rounded teaser-pic" src="{topics.teaser_userpicture}" title="{topics.teaser_username}"/>
 									</a>
 									<a href="../../topic/{topics.slug}#{topics.teaser_pid}">
-										<span>
-										 	replied <span class="timeago" title="{topics.teaser_timestamp}"></span>
-										</span>
+										replied
 									</a>
+									<span class="timeago" title="{topics.teaser_timestamp}"></span>
+
 								</span>
 							</small>
 						</div>
diff --git a/public/templates/recent.tpl b/public/templates/recent.tpl
index e9c86be854..4f0afcbca4 100644
--- a/public/templates/recent.tpl
+++ b/public/templates/recent.tpl
@@ -33,37 +33,36 @@
 					</a>
 					<small>
 						<span class="topic-stats">
-							<span class="badge {topics.badgeclass}">{topics.postcount}</span> posts
+							<strong>posts</strong>
+							<span>{topics.postcount}</span>
 						</span>
+						|
 						<span class="topic-stats">
-							<span class="badge {topics.badgeclass}">{topics.viewcount}</span> views
+							<strong>views</strong>
+							<span>{topics.viewcount}</span>
 						</span>
 						|
-						<span> posted in
+						<span>
+							<a href="/user/{topics.userslug}">
+								<img class="img-rounded teaser-pic" src="{topics.picture}" title="{topics.username}"/>
+							</a>
+							posted in
 							<a href="../../category/{topics.categorySlug}">
 								<i class="{topics.categoryIcon}"></i> {topics.categoryName}
 							</a>
+							<span class="timeago" title="{topics.relativeTime}"></span>
+							</span>
 						</span>
 
 						<span class="pull-right hidden-xs">
-							<a href="/user/{topics.userslug}">
-								<img class="img-rounded teaser-pic" src="{topics.picture}" title="{topics.username}"/>
-							</a>
-
-							<a href="../../topic/{topics.slug}">
-								<span>
-									posted <span class="timeago" title="{topics.relativeTime}"></span>
-								</span>
-							</a>
-							|
 							<a href="/user/{topics.teaser_userslug}">
 								<img class="img-rounded teaser-pic" src="{topics.teaser_userpicture}" title="{topics.teaser_username}"/>
 							</a>
 							<a href="../../topic/{topics.slug}#{topics.teaser_pid}">
-								<span>
-								 	replied <span class="timeago" title="{topics.teaser_timestamp}"></span>
-								</span>
+								replied
 							</a>
+							<span class="timeago" title="{topics.teaser_timestamp}"></span>
+
 						</span>
 					</small>
 				</div>
diff --git a/public/templates/unread.tpl b/public/templates/unread.tpl
index 641df62c1b..7a4e7b1fc2 100644
--- a/public/templates/unread.tpl
+++ b/public/templates/unread.tpl
@@ -27,37 +27,36 @@
 						</a>
 						<small>
 							<span class="topic-stats">
-								<span class="badge {topics.badgeclass}">{topics.postcount}</span> posts
+								<strong>posts</strong>
+								<span>{topics.postcount}</span>
 							</span>
+							|
 							<span class="topic-stats">
-								<span class="badge {topics.badgeclass}">{topics.viewcount}</span> views
+								<strong>views</strong>
+								<span>{topics.viewcount}</span>
 							</span>
 							|
-							<span> posted in
+							<span>
+								<a href="/user/{topics.userslug}">
+									<img class="img-rounded teaser-pic" src="{topics.picture}" title="{topics.username}"/>
+								</a>
+								posted in
 								<a href="../../category/{topics.categorySlug}">
 									<i class="{topics.categoryIcon}"></i> {topics.categoryName}
 								</a>
+								<span class="timeago" title="{topics.relativeTime}"></span>
+								</span>
 							</span>
 
 							<span class="pull-right hidden-xs">
-								<a href="/user/{topics.userslug}">
-									<img class="img-rounded teaser-pic" src="{topics.picture}" title="{topics.username}"/>
-								</a>
-
-								<a href="../../topic/{topics.slug}">
-									<span>
-										posted <span class="timeago" title="{topics.relativeTime}"></span>
-									</span>
-								</a>
-								|
 								<a href="/user/{topics.teaser_userslug}">
 									<img class="img-rounded teaser-pic" src="{topics.teaser_userpicture}" title="{topics.teaser_username}"/>
 								</a>
 								<a href="../../topic/{topics.slug}#{topics.teaser_pid}">
-									<span>
-									 	replied <span class="timeago" title="{topics.teaser_timestamp}"></span>
-									</span>
+									replied
 								</a>
+								<span class="timeago" title="{topics.teaser_timestamp}"></span>
+
 							</span>
 						</small>
 					</div>