# HG changeset patch # User Zoe Hong # Date 1469459286 -7200 # Node ID 4c8fed0d71cc03f2f5464622522a5a946f933552 # Parent fc5116de601fa838df776752f11c4c51e45c3940 minor fixed diff -r fc5116de601f -r 4c8fed0d71cc src/main/webapp/pages/topicList.jsp --- a/src/main/webapp/pages/topicList.jsp Mon Jul 25 11:14:59 2016 +0200 +++ b/src/main/webapp/pages/topicList.jsp Mon Jul 25 17:08:06 2016 +0200 @@ -122,21 +122,24 @@ - <% if(sessionBean.getTopicListPage().getCompleteTopicList().isEmpty()) { %> - - <% } else { %> - - -
-
Topic List +
+
+ + <% if(sessionBean.getTopicListPage().getCompleteTopicList().isEmpty()) { %> + + + <% } else { %> + +
Topic List

You have <%= sessionBean.getTopicListPage().getTopicNumber() %> topics.

<%= (StringUtils.isNotEmpty(sessionBean.getTopicListPage().getFilteringMessage())) ? sessionBean.getTopicListPage().getFilteringMessage() : ""%>