Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add filter and display career path on the steps page #705

Merged
merged 3 commits into from
Nov 27, 2023

Conversation

chrtkv
Copy link
Contributor

@chrtkv chrtkv commented Nov 26, 2023

Хотел сделать, чтобы названия кт выводились на разных строчках, если их несколько, но ругается на html_safe, а отключить линтер в шаблоне я не смог. Сделал пока запятыми, тоже норм выглядит, с учетом того, что много кт быть не должно
image

#665

@usernaimandrey
Copy link
Contributor

image
может так)

.small.mt-auto
            - step.careers.map do |career|
              span.badge.bg-success.text-body-tertiary = career.name
              br

а почему html_save ругается?

@chrtkv
Copy link
Contributor Author

chrtkv commented Nov 27, 2023

а почему html_save ругается?

Похоже, что потому, что я не так делал, как надо) Твой вариант мне тоже нравится больше, сейчас переделаю

А неправильно я делал, добавляя br внутрь джойна

@usernaimandrey usernaimandrey merged commit 4d12d5c into main Nov 27, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants