Radish alpha
r
rad:zwTxygwuz5LDGBq255RA2CbNGrz8
Radicle CI broker
Radicle
Git
fix: link to 'Front page' from run report
Merged arnaud.mbp opened 8 months ago

Individual report pages are generated under report_dir from the cib config, which is the directory which contains the summary index.html page so there’s no need to link to the parent.

1 file changed +1 -1 27587a80 f20fefe8
modified src/pages.rs
@@ -343,7 +343,7 @@ impl PageData {
        doc.push_to_body(
            Element::new(Tag::P).with_child(
                Element::new(Tag::A)
-
                    .with_attribute("href", "../index.html")
+
                    .with_attribute("href", "./index.html")
                    .with_text("Front page"),
            ),
        );