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 @@
-
-
-
- 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 @@
-
-
-
- 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 @@