Fix leader skill dropdown
This commit is contained in:
parent
3e3ce86d16
commit
9ff9131d52
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
= f.association :awaken_type
|
||||
.row
|
||||
.col-md-6
|
||||
= f.association :leader_skill
|
||||
= f.association :leader_skill, label_method: :description
|
||||
.col-md-6
|
||||
= f.association :passive_skill
|
||||
.row
|
||||
|
|
Loading…
Reference in a new issue