This repository was archived by the owner on Jan 23, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed
src/web/WEB-INF/includes/contest Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change 40
40
</s:if >
41
41
42
42
43
-
44
- <s:if test =" viewData.contestStats.isStudio" >
45
- <s:set var =" contestLink" value =" 'http://' + #application['SERVER_CONFIG_NEW_SERVER_NAME'] + '/challenge-details/' + viewData.contestStats.contest.id + '/?type=design&noncache=true'" />
46
- </s:if >
47
- <s:elseif test =" marathon" >
48
- <s:if test =" viewData.active" >
49
- <s:set var =" contestLink" value =" 'http://' + #application['SERVER_CONFIG_SERVER_NAME'] + '/tc?module=MatchDetails&rd=' + viewData.roundId" />
50
- </s:if >
51
- <s:else >
52
- <s:set var =" contestLink" value =" 'http://' + #application['SERVER_CONFIG_SERVER_NAME'] + '/tc?module=MatchDetails&rd=' + viewData.roundId" />
53
- </s:else >
54
- </s:elseif >
55
- <s:else >
56
- <s:set var =" contestLink" value =" 'http://' + #application['SERVER_CONFIG_NEW_SERVER_NAME'] + '/challenge-details/' + viewData.contestStats.contest.id + '/?type=develop&noncache=true'" />
57
- </s:else >
43
+ <s:set var =" contestLink" value =" 'http://' + #application['SERVER_CONFIG_NEW_SERVER_NAME'] + '/challenge/' + viewData.contestStats.contest.id" />
58
44
59
45
<s:if test =" marathon" >
60
46
<s:if test =" viewData.active" >
You can’t perform that action at this time.
0 commit comments