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
do ... end
Prompted on the slack channel:
Any hint how to change the providers label to an icon in Pow Assent? Do I have to write my self the tag information without the default text? It would be great if we could inject a tag instead of the text that way it would be great to replace the text
Any hint how to change the providers label to an icon in Pow Assent? Do I have to write my self the tag information without the default text?
It would be great if we could inject a tag instead of the text that way it would be great to replace the text
The view helper is really simple, but it make sense to me if you could pass a do ... end block the same way as if it was just a link:
PowAssent.Phoenix.provider_links @conn, do tag(:span, provider, ...) end
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Prompted on the slack channel:
The view helper is really simple, but it make sense to me if you could pass a
do ... end
block the same way as if it was just a link:The text was updated successfully, but these errors were encountered: