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

Commit 12e3d8d

Browse files
authored
Merge pull request #201 from appirio-tech/dev
Fix for start project button
2 parents ec78678 + 208d592 commit 12e3d8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/web/WEB-INF/includes/right.jsp

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<div class="topBtns">
4141
<a href="${ctx}/copilot/launchCopilotContest" class="copilot"
4242
title="Finds a TopCoder Copilot for your project">Get a Copilot</a>
43-
<a href="<s:url action=" createNewProject" namespace="/"/>" class="start" title="Starts a new project">Start
43+
<a href="<s:url action="createNewProject" namespace="/"/>" class="start" title="Starts a new project">Start
4444
a Project</a>
4545
<a href="${ctx}/launch/home" class="launch" title="Launch a new challenge for your project">Launch
4646
Challenge</a>

0 commit comments

Comments
 (0)