diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..9778e98fd --- /dev/null +++ b/.editorconfig @@ -0,0 +1,24 @@ +# editorconfig.org + +root = true + +[*.js] + +# Change these settings to your own preference +indent_style = space +indent_size = 2 + +# We recommend you to keep these unchanged +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true +trim_trailing_whitespace = true +max_line_length = 80 +indent_brace_style = 1TBS +spaces_around_operators = true +quote_type = auto + +[*.md] + +trim_trailing_whitespace = false \ No newline at end of file diff --git a/.meteor/packages b/.meteor/packages index 574edddee..8c93b64fa 100644 --- a/.meteor/packages +++ b/.meteor/packages @@ -75,7 +75,7 @@ telescope-singleday telescope-invites # Accounts Templates -useraccounts:unstyled +useraccounts:unstyled@1.4.0 + telescope-datetimepicker tsega:bootstrap3-datetimepicker@3.1.3_1 - diff --git a/.meteor/versions b/.meteor/versions index cf01a8629..ed383c20e 100644 --- a/.meteor/versions +++ b/.meteor/versions @@ -101,7 +101,7 @@ sacha:spin@2.0.4 service-configuration@1.0.2 session@1.0.4 sha@1.0.1 -softwarerero:accounts-t9n@1.0.2 +softwarerero:accounts-t9n@1.0.4 spacebars-compiler@1.0.3 spacebars@1.0.3 spiderable@1.0.5 @@ -137,7 +137,7 @@ twitter@1.1.2 ui@1.0.4 underscore@1.0.1 url@1.0.2 -useraccounts:core@1.3.2 -useraccounts:unstyled@1.3.2 +useraccounts:core@1.4.0 +useraccounts:unstyled@1.4.0 webapp-hashing@1.0.1 webapp@1.1.4 diff --git a/client/views/users/account/user_account.html b/client/views/users/account/user_account.html index 4562aae27..049099887 100644 --- a/client/views/users/account/user_account.html +++ b/client/views/users/account/user_account.html @@ -38,19 +38,19 @@
- +
- +
- +
@@ -71,7 +71,7 @@
{{#if isAdmin}} {{/if}}