File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
app/components/cloud-connect-form Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ export default /*@ngInject*/ function tocCloudConnectForm() {
71
71
'dropbox' : {
72
72
id : 'dropbox' ,
73
73
name : 'Dropbox' ,
74
- description : 'Use Dropbox to store your data. (Coming soon) ' ,
74
+ description : '(Coming soon) Use Dropbox to store your data.' ,
75
75
img : 'dropbox.svg' ,
76
76
connect : function connectDropbox ( ) {
77
77
@@ -80,7 +80,7 @@ export default /*@ngInject*/ function tocCloudConnectForm() {
80
80
'googledrive' : {
81
81
id : 'googledrive' ,
82
82
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.' ,
84
84
img : 'googledrive.svg' ,
85
85
connect : function connectGoogledrive ( ) {
86
86
Original file line number Diff line number Diff line change @@ -21,6 +21,14 @@ <h2>{{service.name}}</h2>
21
21
</ div >
22
22
</ ion-scroll >
23
23
< 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 >
24
32
< div class ="row ">
25
33
< div class ="col ">
26
34
< button class ="button button-block button-outline button-calm "
You can’t perform that action at this time.
0 commit comments