Fossil SCM

Fix busted hyperlinks on the /file page, caused by recent enhancements.

drh 2020-05-11 20:56 trunk
Commit f4a9221ad54a9f4d6c146ab09e92d4d1ebfdc3c56690a6679e3854c759eba52c
1 file changed +2 -2
+2 -2
--- src/info.c
+++ src/info.c
@@ -2237,13 +2237,13 @@
22372237
zPath = blob_str(&path);
22382238
@ <h2>File %s(zPath) \
22392239
if( isBranchCI ){
22402240
@ on branch %z(href("%R/timeline?r=%T",zCI))%h(zCI)</a></h2>
22412241
}else if( isSymbolicCI ){
2242
- @ as of check-in %z(href("/info/%!S",zCIUuid))%s(zCI)</a></h2>
2242
+ @ as of check-in %z(href("%R/info/%!S",zCIUuid))%s(zCI)</a></h2>
22432243
}else{
2244
- @ as of check-in [%z(href("/info/%!S",zCIUuid))%S(zCIUuid)</a>]</h2>
2244
+ @ as of check-in [%z(href("%R/info/%!S",zCIUuid))%S(zCIUuid)</a>]</h2>
22452245
}
22462246
blob_reset(&path);
22472247
}
22482248
style_submenu_element("Artifact", "%R/artifact/%S", zUuid);
22492249
style_submenu_element("Annotate", "%R/annotate?filename=%T&ci=%T",
22502250
--- src/info.c
+++ src/info.c
@@ -2237,13 +2237,13 @@
2237 zPath = blob_str(&path);
2238 @ <h2>File %s(zPath) \
2239 if( isBranchCI ){
2240 @ on branch %z(href("%R/timeline?r=%T",zCI))%h(zCI)</a></h2>
2241 }else if( isSymbolicCI ){
2242 @ as of check-in %z(href("/info/%!S",zCIUuid))%s(zCI)</a></h2>
2243 }else{
2244 @ as of check-in [%z(href("/info/%!S",zCIUuid))%S(zCIUuid)</a>]</h2>
2245 }
2246 blob_reset(&path);
2247 }
2248 style_submenu_element("Artifact", "%R/artifact/%S", zUuid);
2249 style_submenu_element("Annotate", "%R/annotate?filename=%T&ci=%T",
2250
--- src/info.c
+++ src/info.c
@@ -2237,13 +2237,13 @@
2237 zPath = blob_str(&path);
2238 @ <h2>File %s(zPath) \
2239 if( isBranchCI ){
2240 @ on branch %z(href("%R/timeline?r=%T",zCI))%h(zCI)</a></h2>
2241 }else if( isSymbolicCI ){
2242 @ as of check-in %z(href("%R/info/%!S",zCIUuid))%s(zCI)</a></h2>
2243 }else{
2244 @ as of check-in [%z(href("%R/info/%!S",zCIUuid))%S(zCIUuid)</a>]</h2>
2245 }
2246 blob_reset(&path);
2247 }
2248 style_submenu_element("Artifact", "%R/artifact/%S", zUuid);
2249 style_submenu_element("Annotate", "%R/annotate?filename=%T&ci=%T",
2250

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button