Skip to content

Commit c92e64f

Browse files
committed
Fix model link in missing activities table
1 parent 7e02746 commit c92e64f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gocam_app/templates/gocam_app/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ <h4>Missing activities</h4>
112112
modelEl.appendChild(modelLinkEl);
113113
modelLinkEl.textContent = modelTitle;
114114
modelLinkEl.setAttribute('target', '_blank');
115-
modelLinkEl.setAttribute('href', appPath + '/view/model/' +modelId);
115+
modelLinkEl.setAttribute('href', appPath + '/view/' + modelId);
116116

117117
const missingActivityEl = document.createElement("td");
118118
rowEl.appendChild(missingActivityEl);

0 commit comments

Comments
 (0)