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
When editing a dataset, there's a space between every upper input and the lower label
that is a badly rendered <span> info tooltip:
<span>
By replacing the proper fa fa-info-circle in place of the old icon-info-sign I get this:
fa fa-info-circle
icon-info-sign
The text was updated successfully, but these errors were encountered:
Macro help_block -->
help_block
ckanext-dcatapit/ckanext/dcatapit/templates/macros/dcatapit_form_macros.html
Lines 473 to 479 in 1292090
The macro is only called within the same file.
Related js should be at
ckanext-dcatapit/ckanext/dcatapit/fanstatic/dcatapit.js
Lines 577 to 587 in 1292090
Sorry, something went wrong.
I guess that most of the macro code has been taken from an older version of CKAN. See https://github.com/ckan/ckan/blob/ckan-2.9.5/ckan/templates/macros/form.html#L338-L345
DavidQuartz
No branches or pull requests
When editing a dataset, there's a space between every upper input and the lower label
that is a badly rendered
<span>
info tooltip:By replacing the proper
fa fa-info-circle
in place of the oldicon-info-sign
I get this:The text was updated successfully, but these errors were encountered: