Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit c046e65

Browse files
authored
Added link for processing queue
1 parent 86491ed commit c046e65

File tree

1 file changed

+4
-1
lines changed
  • src/main/com/topcoder/web/codinginterface/longcontest/view

1 file changed

+4
-1
lines changed

src/main/com/topcoder/web/codinginterface/longcontest/view/overview.jsp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ Competitors: <rsc:item name="num_competitors" row="<%=infoRow%>"/><br>
102102
Avg. Submissions: <rsc:item name="avg_submissions" row="<%=infoRow%>" format="#.##" ifNull="N/A"/></span><br>
103103
<A href="<jsp:getProperty name="sessionInfo" property="servletPath"/>?<%=Constants.MODULE%>=ViewProblemStatement&<%=Constants.ROUND_ID%>=<rsc:item name="round_id" row="<%=infoRow%>"/>&<%=Constants.PROBLEM_ID%>=<rsc:item name="problem_id" row="<%=infoRow%>"/>" class="bcLink">Problem
104104
Statement</A><br>
105+
106+
<a href="/longcontest/?module=ViewQueue">Queue</a>
107+
</br>
105108
<% if (request.getAttribute(Constants.FORUM_ID) != null) { %>
106109
<tc-webtag:forumLink forumID="<%=((Long)request.getAttribute(Constants.FORUM_ID)).longValue()%>" message="Discuss this contest"/>
107110
<% } %>
@@ -193,4 +196,4 @@ Avg. Submissions: <rsc:item name="avg_submissions" row="<%=infoRow%>" format="#.
193196

194197
<jsp:include page="foot.jsp"/>
195198
</body>
196-
</html>
199+
</html>

0 commit comments

Comments
 (0)