From 226a82d57fb44f7f32a0edac3588e3b72f2a256c Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Thu, 16 Jul 2015 21:15:51 -0800 Subject: [PATCH 1/2] Missing import in ajax-request --- app/utils/ajax-request.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/utils/ajax-request.js b/app/utils/ajax-request.js index 6225ee4..30eee5f 100644 --- a/app/utils/ajax-request.js +++ b/app/utils/ajax-request.js @@ -1,3 +1,5 @@ +import Ember from 'ember'; + export default function ajaxRequest(url, options) { return new Ember.RSVP.Promise(function(resolve, reject) { options = options || {}; From 1bb5dc67b22651f972af8d57e24771b00e01381c Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Thu, 16 Jul 2015 21:23:35 -0800 Subject: [PATCH 2/2] Clean up forms a bit --- .../forms/species-form/template.hbs | 20 +++++++++---------- .../components/forms/strain-form/template.hbs | 20 +++++++++---------- app/pods/protected/compare/template.hbs | 6 +++--- app/pods/users/new/new-user-form/template.hbs | 6 +++--- 4 files changed, 26 insertions(+), 26 deletions(-) diff --git a/app/pods/components/forms/species-form/template.hbs b/app/pods/components/forms/species-form/template.hbs index a523838..132c089 100644 --- a/app/pods/components/forms/species-form/template.hbs +++ b/app/pods/components/forms/species-form/template.hbs @@ -1,4 +1,4 @@ -
+
{{species.speciesName}}
@@ -30,13 +30,13 @@
-
-
- - Cancel - -{{#if species.hasDirtyAttributes}} - - Save +
+
+ Cancel -{{/if}} + {{#if species.hasDirtyAttributes}} + + {{/if}} + diff --git a/app/pods/components/forms/strain-form/template.hbs b/app/pods/components/forms/strain-form/template.hbs index b2f5582..e6b9ee4 100644 --- a/app/pods/components/forms/strain-form/template.hbs +++ b/app/pods/components/forms/strain-form/template.hbs @@ -1,4 +1,4 @@ -
+
{{strain.strainName}}
@@ -49,13 +49,13 @@
-
-
- - Cancel - -{{#if strain.hasDirtyAttributes}} - - Save +
+
+ Cancel -{{/if}} + {{#if strain.hasDirtyAttributes}} + + {{/if}} + diff --git a/app/pods/protected/compare/template.hbs b/app/pods/protected/compare/template.hbs index f075a52..48c2bd3 100644 --- a/app/pods/protected/compare/template.hbs +++ b/app/pods/protected/compare/template.hbs @@ -2,7 +2,7 @@
-
+
diff --git a/app/pods/users/new/new-user-form/template.hbs b/app/pods/users/new/new-user-form/template.hbs index da73395..e1f70de 100644 --- a/app/pods/users/new/new-user-form/template.hbs +++ b/app/pods/users/new/new-user-form/template.hbs @@ -1,7 +1,7 @@
New User Signup -
+
  • @@ -20,9 +20,9 @@ {{input type="password" value=passwordConfirm}}
  • - +