Restore tooltips on rule checkboxes, separate 'tip' and 'reference'

Reference will show on clicking info button, and can contain more
useful information than a tooltip can.
This commit is contained in:
Bryan Housel
2019-04-19 13:24:55 -04:00
parent 4d66cacb27
commit 2ebbb68604
15 changed files with 110 additions and 79 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ export function validationPrivateData() {
enter
.append('div')
.attr('class', 'issue-reference')
.text(t('issues.private_data.tip'));
.text(t('issues.private_data.reference'));
enter
.append('strong')