Skip to main content

max / makenotwork

Fix ref keyword usage in template for Rust 2024 edition Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Author: Max J. <87768334+MaxJMath@users.noreply.github.com> · 2026-03-10 02:22 UTC
Commit: 152934293e6998eac1028fc419a192450187a50d
Parent: 62149b5
1 file changed, +1 insertion, -1 deletion
@@ -32,7 +32,7 @@
32 32 <td style="padding: 0.75rem; font-size: 0.85rem;">{{ upload.upload_type }}</td>
33 33 <td style="padding: 0.75rem; font-size: 0.85rem; white-space: nowrap;">{{ upload.held_at }}</td>
34 34 <td style="padding: 0.75rem; white-space: nowrap;">
35 - {% if let Some(ref vid) = upload.version_id %}
35 + {% if let Some(vid) = upload.version_id %}
36 36 <button class="primary"
37 37 style="padding: 0.25rem 0.6rem; font-size: 0.8rem;"
38 38 hx-post="/api/admin/uploads/versions/{{ vid }}/approve"