Skip to content

Commit aacca29

Browse files
La0marco-c
authored andcommitted
frontend: Always use directory view in navbar (#293)
Fixes #256
1 parent 38a708a commit aacca29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ export function buildNavbar(path, revision) {
328328
base += (base ? "/" : "") + file;
329329
return {
330330
name: file,
331-
route: buildRoute({ path: base, revision })
331+
route: buildRoute({ path: base, view: "directory", revision })
332332
};
333333
})
334334
);

0 commit comments

Comments
 (0)