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}}
  • - +
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 || {};