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

Commit b283f87

Browse files
committed
Merge pull request #749 from appirio-tech/dev
Add View my submissions button to progress bar modal
2 parents 2e7697e + 8003f39 commit b283f87

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

app/submissions/submit-design-files/submit-design-files.jade

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,8 @@ modal.transition(show="vm.showProgress", background-click-close="false", style="
178178

179179
a.tc-btn.tc-btn-s.tc-btn-ghost(ng-click="vm.refreshPage()") Submit another
180180

181+
a.tc-btn.tc-btn-s.tc-btn-ghost(ng-href="http://studio.{{DOMAIN}}/?module=ViewSubmission&ct={{submissions.challengeId}}") View my submissions
182+
181183

182184
.upload-progress__error(ng-show="vm.errorInUpload") #[span File upload failed]
183185

assets/css/submissions/submit-file.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,10 @@ modal {
185185

186186
a {
187187
display: inline-block;
188+
margin-right: 10px;
188189

189-
&:first-child {
190-
margin-right: 10px;
190+
&:last-child {
191+
margin-right: 0;
191192
}
192193
}
193194
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"scripts": {
55
"build": "webpack --bail --progress --build --tc",
66
"start": "webpack-dev-server --history-api-fallback --dev --tc --inline --progress --port 3000",
7-
"lint": "eslint .",
7+
"lint": "eslint --ignore-path .gitignore .",
88
"test": "karma start --tc --test"
99
},
1010
"devDependencies": {

0 commit comments

Comments
 (0)