We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
They would work mostly like Rails except it would not have a block version as it is more confusing than helpful (IMO)
link_to_if user.admin?, "Admin", to: Admin::Users::Index link_to_unless user.admin?, "Admin", to: Admin::Users::Index
The text was updated successfully, but these errors were encountered:
Actually I don't think this quite does what I wanted and it seems it is very rarely used in the wild. I'll leave this open, but it is not a priority
Sorry, something went wrong.
No branches or pull requests
They would work mostly like Rails except it would not have a block version as it is more confusing than helpful (IMO)
The text was updated successfully, but these errors were encountered: