Skip to content

Commit 60d152e

Browse files
committed
add back button + typo
1 parent 7c91c82 commit 60d152e

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

client/directives/modals/settingsModal/forms/privateRegistryForm/privateRegistryFormView.jade

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
section.label-description
22
.label-col Private Registry
3-
.small.text-gray If you push your images to a private registry, you can safely store your credientials to use those images on Runnable. 
3+
.small.text-gray If you push your images to a private registry, you can safely store your credentials to use those images on Runnable. 
44
a.link(
55
href = "//runnable.com/docs"
66
target = "_blank"
@@ -29,7 +29,7 @@ form.grid-block.vertical.well.gray.ignore-margin(
2929
spellcheck = "false"
3030
type = "url"
3131
)
32-
small.grid-block.padding-xxs.small Add the URL for the registry you use. This could be from Docker Hub, or a private registry.
32+
small.grid-block.padding-xxs.small Add the URL for the registry you use. This could be from Docker Hub or a private registry.
3333
label.padding-sm.label
3434
.padding-xxs.small.label-sm Username
3535
input.input.input-md.input-validate(
@@ -50,7 +50,13 @@ form.grid-block.vertical.well.gray.ignore-margin(
5050
spellcheck = "false"
5151
type = "password"
5252
)
53-
footer.margin-top-sm.padding-sm.grid-block.justify-right.footer
53+
footer.margin-top-sm.padding-sm.grid-block.footer(
54+
ng-class = "{\
55+
'justify-justified': state.authorized,\
56+
'justify-right': !state.authorized\
57+
}"
58+
)
59+
button.btn.btn-md.gray.btn-cancel Back
5460
button.grid-block.shrink.align-center.btn.btn-md.green(
5561
ng-click = "state.saving = true"
5662
ng-disabled = "state.saving || privateRegistryForm.$invalid"

0 commit comments

Comments
 (0)