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
|
= f.association :awaken_type
|
||||||
.row
|
.row
|
||||||
.col-md-6
|
.col-md-6
|
||||||
= f.association :leader_skill
|
= f.association :leader_skill, label_method: :description
|
||||||
.col-md-6
|
.col-md-6
|
||||||
= f.association :passive_skill
|
= f.association :passive_skill
|
||||||
.row
|
.row
|
||||||
|
|
Loading…
Reference in a new issue