We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fd7c90 commit 2a461fdCopy full SHA for 2a461fd
src/gha_logs.rs
@@ -132,9 +132,9 @@ async fn process_logs(
132
r###"<!DOCTYPE html>
133
<html lang="en" translate="no">
134
<head>
135
- <title>{log_uuid} - triagebot</title>
136
<meta charset="UTF-8">
137
<meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>{log_id} - {owner}/{repo}</title>
138
<link rel="icon" sizes="32x32" type="image/png" href="https://www.rust-lang.org/static/images/favicon-32x32.png">
139
<style>
140
body {{
0 commit comments