{{#each emreis_leader4.cards as |val key|}}
{{>card val}}
{{/each}}
-
-
-
close
\ No newline at end of file
diff --git a/client/templates/modal.handlebars b/client/templates/modal.handlebars
index 95f93bf..5ac4bbb 100644
--- a/client/templates/modal.handlebars
+++ b/client/templates/modal.handlebars
@@ -1,11 +1,9 @@
Discard of {{openDiscard.name}}
+ CLOSE
{{#each openDiscard.discard as |val key|}}
{{>card val}}
{{/each}}
-
-
-
close
\ No newline at end of file
diff --git a/client/templates/modal.medic.handlebars b/client/templates/modal.medic.handlebars
index 3f2f18f..038ec91 100644
--- a/client/templates/modal.medic.handlebars
+++ b/client/templates/modal.medic.handlebars
@@ -1,11 +1,9 @@
Choose one card from your discard pile
+ CLOSE
{{#each medicDiscard.cards as |val key|}}
{{>card val}}
{{/each}}
-
-
-
close
\ No newline at end of file
diff --git a/client/templates/modal.side.handlebars b/client/templates/modal.side.handlebars
index 545b3e0..a9e89af 100644
--- a/client/templates/modal.side.handlebars
+++ b/client/templates/modal.side.handlebars
@@ -5,6 +5,3 @@