From 53c9df5feb8ad4ebef8f40840d29255a81edb6df Mon Sep 17 00:00:00 2001 From: David Gay Date: Tue, 15 Jun 2021 19:13:55 -0400 Subject: Reboot omens and allow infixing items (like omens) into skills --- app/views/characters/skills/_infix_slot.html.erb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 app/views/characters/skills/_infix_slot.html.erb (limited to 'app/views/characters/skills/_infix_slot.html.erb') diff --git a/app/views/characters/skills/_infix_slot.html.erb b/app/views/characters/skills/_infix_slot.html.erb new file mode 100644 index 0000000..0113596 --- /dev/null +++ b/app/views/characters/skills/_infix_slot.html.erb @@ -0,0 +1,3 @@ +
+ <%= yield %> +
-- cgit v1.2.3