summaryrefslogtreecommitdiff
path: root/app/views/characters/skills/_infix_slot.html.erb
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-06-15 19:13:55 -0400
committerDavid Gay <david@davidgay.org>2021-06-15 19:13:55 -0400
commit53c9df5feb8ad4ebef8f40840d29255a81edb6df (patch)
tree2b11367d054363e100db8b488bab3c816e070bf3 /app/views/characters/skills/_infix_slot.html.erb
parent362fcb62af0949b4c7ac1dfa052fa10b39d70b43 (diff)
Reboot omens and allow infixing items (like omens) into skills
Diffstat (limited to 'app/views/characters/skills/_infix_slot.html.erb')
-rw-r--r--app/views/characters/skills/_infix_slot.html.erb3
1 files changed, 3 insertions, 0 deletions
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 @@
+<div class="flex justify-between items-center border-t border-gray-700 p-2">
+ <%= yield %>
+</div>