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

Commit 5d54d7b

Browse files
author
Nick Litwin
committed
Add type button for fonts too
1 parent f88b544 commit 5d54d7b

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

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

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292

9393
tc-input.fieldset__input(label-text="Font URL", placeholder="Select font source to edit field")
9494

95-
button.fieldset__button.tc-btn.tc-btn-s(ng-click="") + Add Font
95+
button.fieldset__button.tc-btn.tc-btn-s(type="button", ng-click="") + Add Font
9696

9797
.form-block.flex.wrap
9898
.form-block__instructions
@@ -104,11 +104,23 @@
104104
.form-block__fields
105105
.fieldsets
106106
ng-form.fieldset(name="stockArt_{{$index}}", ng-repeat="stockArt in vm.submissionForm.stockArts track by stockArt.id")
107-
tc-input.fieldset__input(label-text="Photo Description", placeholder="A picture of a girl", input-value="stockArt.description")
108-
109-
tc-input.fieldset__input(label-text="Photo URL", placeholder="www.istockphoto.com", input-value="stockArt.sourceUrl")
110-
111-
tc-input.fieldset__input(label-text="File Number", placeholder="u2434312", input-value="stockArt.fileNumber")
107+
tc-input.fieldset__input(
108+
label-text="Photo Description",
109+
placeholder="A picture of a girl",
110+
input-value="stockArt.description"
111+
)
112+
113+
tc-input.fieldset__input(
114+
label-text="Photo URL",
115+
placeholder="www.istockphoto.com",
116+
input-value="stockArt.sourceUrl"
117+
)
118+
119+
tc-input.fieldset__input(
120+
label-text="File Number",
121+
placeholder="u2434312",
122+
input-value="stockArt.fileNumber"
123+
)
112124

113125
button.fieldset__button.tc-btn.tc-btn-s(type="button", ng-click="vm.createAnotherStockArtFieldset()") + Add Stock Photo
114126

0 commit comments

Comments
 (0)