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
We can use the warning_text help with a plain sentence to output a warning:
warning_text
https://tdt-documentation.london.cloudapps.digital/amend_project/content/#insert-a-warning
If we want to put more complicated markup into this helper it does not work, for example a link.
We should consider making this helper work with blocks, for example.
<%= warning_text do %> <p>Hello, world <a href="#">Link to something</a></p> <% end %>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We can use the
warning_text
help with a plain sentence to output a warning:https://tdt-documentation.london.cloudapps.digital/amend_project/content/#insert-a-warning
If we want to put more complicated markup into this helper it does not work, for example a link.
We should consider making this helper work with blocks, for example.
The text was updated successfully, but these errors were encountered: