aboutsummaryrefslogtreecommitdiff
path: root/src/pages/repo/about.rs
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2019-12-29 16:34:39 +0100
committerKatharina Fey <kookie@spacekookie.de>2019-12-29 16:34:39 +0100
commit8b38bdd1478baf6fd53b9a8a53eb3a183c59b781 (patch)
treecd0a417fd84befa98b660310a248f4f5172463bc /src/pages/repo/about.rs
parentc896fcdab70f101a6eaaa4fd6f7f03f9b1324e81 (diff)
data: adding a small wrapper around libgit2
Diffstat (limited to '')
-rw-r--r--src/pages/repo/about.rs (renamed from src/pages/repo.rs)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/repo.rs b/src/pages/repo/about.rs
index aa66839..adfa46e 100644
--- a/src/pages/repo.rs
+++ b/src/pages/repo/about.rs
@@ -1,4 +1,4 @@
-//! The view that renders a repository
+//! The "repository/about" subpage
use actix_web::{web, HttpRequest, HttpResponse, Result};
use askama::Template;