Skip to content

Commit bf2e581

Browse files
committed
style(html): add clickable author and project links in footer
1 parent a2cba8c commit bf2e581

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

crates/codelens-core/templates/health.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ <h2>Worst Files</h2>
129129
{% endif %}
130130

131131
<footer>
132-
<p>Generated by <strong>Codelens</strong> | High-performance code analysis tool powered by Rust</p>
132+
<p>Generated by <a href="https://github.com/DropFan/codelens" style="color: var(--accent-blue)"><strong>Codelens</strong></a> by <a href="https://github.com/DropFan" style="color: var(--accent-blue)">Tiger</a> | High-performance code analysis tool powered by Rust</p>
133133
</footer>
134134
</div>
135135

crates/codelens-core/templates/hotspot.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h2 style="margin-bottom: 1rem">Hotspot Details</h2>
9595
{% endif %}
9696

9797
<footer>
98-
<p>Generated by <strong>Codelens</strong> | High-performance code analysis tool powered by Rust</p>
98+
<p>Generated by <a href="https://github.com/DropFan/codelens" style="color: var(--accent-blue)"><strong>Codelens</strong></a> by <a href="https://github.com/DropFan" style="color: var(--accent-blue)">Tiger</a> | High-performance code analysis tool powered by Rust</p>
9999
</footer>
100100
</div>
101101

crates/codelens-core/templates/report.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ <h2>By Language</h2>
230230
</section>
231231

232232
<footer>
233-
<p>Generated by <strong>Codelens</strong> in {{ elapsed_secs }}s | High-performance code analysis tool powered by Rust</p>
233+
<p>Generated by <a href="https://github.com/DropFan/codelens" style="color: var(--accent-blue)"><strong>Codelens</strong></a> by <a href="https://github.com/DropFan" style="color: var(--accent-blue)">Tiger</a> in {{ elapsed_secs }}s | High-performance code analysis tool powered by Rust</p>
234234
</footer>
235235
</div>
236236

crates/codelens-core/templates/trend.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ <h2 style="margin-bottom: 1rem">By Language</h2>
9797
{% endif %}
9898

9999
<footer>
100-
<p>Generated by <strong>Codelens</strong> | High-performance code analysis tool powered by Rust</p>
100+
<p>Generated by <a href="https://github.com/DropFan/codelens" style="color: var(--accent-blue)"><strong>Codelens</strong></a> by <a href="https://github.com/DropFan" style="color: var(--accent-blue)">Tiger</a> | High-performance code analysis tool powered by Rust</p>
101101
</footer>
102102
</div>
103103

templates/report.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ <h2>By Language</h2>
230230
</section>
231231

232232
<footer>
233-
<p>Generated by <strong>Codelens</strong> in {{ elapsed_secs }}s | High-performance code analysis tool powered by Rust</p>
233+
<p>Generated by <a href="https://github.com/DropFan/codelens" style="color: var(--accent-blue)"><strong>Codelens</strong></a> by <a href="https://github.com/DropFan" style="color: var(--accent-blue)">Tiger</a> in {{ elapsed_secs }}s | High-performance code analysis tool powered by Rust</p>
234234
</footer>
235235
</div>
236236

0 commit comments

Comments
 (0)