diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e43b0f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store diff --git a/README.md b/README.md index 708b75e..d194931 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -# choice-discourse \ No newline at end of file +# CHOICE Discourse diff --git a/assets/javascripts/discourse/templates/connectors/user-profile-primary/stripe.hbs b/assets/javascripts/discourse/templates/connectors/user-profile-primary/stripe.hbs new file mode 100644 index 0000000..d39cf21 --- /dev/null +++ b/assets/javascripts/discourse/templates/connectors/user-profile-primary/stripe.hbs @@ -0,0 +1,18 @@ + + +
+ +
diff --git a/plugin.rb b/plugin.rb new file mode 100644 index 0000000..8f4c812 --- /dev/null +++ b/plugin.rb @@ -0,0 +1,4 @@ +# name: choice-plugin +# about: Integrating CHOICE with Discourse +# version: 0.0.1 +# authors: Rimian Perkins