individual--foaf-person.ftl: updated commented-out QR code sample to add link to "about" page
IndividualTemplateModel.java: add link to "about" page to QR data
This commit is contained in:
parent
baa7835a35
commit
d3287a7493
2 changed files with 10 additions and 1 deletions
|
@ -115,6 +115,8 @@ public class IndividualTemplateModel extends BaseIndividualTemplateModel {
|
|||
String contextPath = vreq.getContextPath();
|
||||
qrData.put("exportQrCodeUrl", contextPath + "/qrcode?uri=" + UrlBuilder.urlEncode(individualUri));
|
||||
|
||||
qrData.put("aboutQrCodesUrl", contextPath + "/qrcode/about");
|
||||
|
||||
return qrData;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue