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

Commit ebbd3a0

Browse files
author
Nick Litwin
committed
Add back link for devices page
1 parent ec7b58d commit ebbd3a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/submissions/submit-file/submit-file.jade

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
.mobile-redirect__body
55
p Our team is working hard on new features, and file upload currently only works on the web. Please open this page on your desktop if you want to create a submission.
66

7-
a Learn more about formatting your submission file
7+
a(ng-href="TODO: Need Link") Learn more about formatting your submission file
88

9-
a.tc-btn.tc-btn-s(ng-click="'TODO: go back to challenge details'") Back to Challenge Details
9+
a.tc-btn.tc-btn-s(ng-href="https://www.{{DOMAIN}}/challenge-details/{{submissions.challengeId}}/?type={{submissions.track}}") Back to Challenge Details
1010

1111
.panel-body
1212
form.form-blocks(name="submissionForm", role="form", ng-submit="submissionForm.$valid && vm.uploadSubmission()", novalidate)

0 commit comments

Comments
 (0)