From 56f5841d4b9c12296cdfcaeff174b2627d59afc8 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 7 Dec 2024 11:49:49 -0500 Subject: Migrate to full rails app --- app/views/pokemon/_embed_code.html.haml | 1 + 1 file changed, 1 insertion(+) create mode 100644 app/views/pokemon/_embed_code.html.haml (limited to 'app/views/pokemon/_embed_code.html.haml') diff --git a/app/views/pokemon/_embed_code.html.haml b/app/views/pokemon/_embed_code.html.haml new file mode 100644 index 0000000..6bbff69 --- /dev/null +++ b/app/views/pokemon/_embed_code.html.haml @@ -0,0 +1 @@ +%iframe{ src: embed_pokemon_url(@pokemon), frameborder: 0, width: 382, height: 298 } \ No newline at end of file -- cgit 1.4.1