We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e02746 commit c92e64fCopy full SHA for c92e64f
1 file changed
gocam_app/templates/gocam_app/index.html
@@ -112,7 +112,7 @@ <h4>Missing activities</h4>
112
modelEl.appendChild(modelLinkEl);
113
modelLinkEl.textContent = modelTitle;
114
modelLinkEl.setAttribute('target', '_blank');
115
- modelLinkEl.setAttribute('href', appPath + '/view/model/' +modelId);
+ modelLinkEl.setAttribute('href', appPath + '/view/' + modelId);
116
117
const missingActivityEl = document.createElement("td");
118
rowEl.appendChild(missingActivityEl);
0 commit comments