Skip to content

Commit f78aced

Browse files
committed
Merge pull request #208 from lewisl9029/feature-remotestorage-account-instructions
Added link to remotestorage. Closes #207
2 parents c315feb + 4a9b23f commit f78aced

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

app/components/cloud-connect-form/cloud-connect-form-directive.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export default /*@ngInject*/ function tocCloudConnectForm() {
7171
'dropbox': {
7272
id: 'dropbox',
7373
name: 'Dropbox',
74-
description: 'Use Dropbox to store your data. (Coming soon)',
74+
description: '(Coming soon) Use Dropbox to store your data.',
7575
img: 'dropbox.svg',
7676
connect: function connectDropbox() {
7777

@@ -80,7 +80,7 @@ export default /*@ngInject*/ function tocCloudConnectForm() {
8080
'googledrive': {
8181
id: 'googledrive',
8282
name: 'Google Drive',
83-
description: 'Use Google Drive to store your data. (Coming soon)',
83+
description: '(Coming soon) Use Google Drive to store your data.',
8484
img: 'googledrive.svg',
8585
connect: function connectGoogledrive() {
8686

app/components/cloud-connect-form/cloud-connect-form.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@ <h2>{{service.name}}</h2>
2121
</div>
2222
</ion-scroll>
2323
<div class="toc-flex-footer">
24+
<div class="row">
25+
<div class="col">
26+
<a href="https://remotestorage.io/get/" target="_blank"
27+
class="button button-block button-outline button-royal">
28+
Get a storage account
29+
</a>
30+
</div>
31+
</div>
2432
<div class="row">
2533
<div class="col">
2634
<button class="button button-block button-outline button-calm"

0 commit comments

Comments
 (0)