summaryrefslogtreecommitdiff
path: root/app/views/characters/skills/_infix_slot.html.erb
diff options
context:
space:
mode:
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>