X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/6821d8ea4a64d15b8f284d1af01ab184ef1e76c3..ad230267f8ecae6cb4f0da17d7a5f75ba38203e2:/ui-atom.c?ds=inline
diff --git a/ui-atom.c b/ui-atom.c
index 9f049ae..b218456 100644
--- a/ui-atom.c
+++ b/ui-atom.c
@@ -24,7 +24,7 @@ void add_entry(struct commit *commit, char *host)
html_txt(info->subject);
html("\n");
html("");
- cgit_print_date(info->author_date, FMT_ATOMDATE, ctx.cfg.local_time);
+ cgit_print_date(info->committer_date, FMT_ATOMDATE, 0);
html("\n");
html("\n");
if (info->author) {
@@ -49,7 +49,7 @@ void add_entry(struct commit *commit, char *host)
}
html("\n");
html("");
- cgit_print_date(info->author_date, FMT_ATOMDATE, ctx.cfg.local_time);
+ cgit_print_date(info->author_date, FMT_ATOMDATE, 0);
html("\n");
if (host) {
html("\n");
html("
");
html_txt(ctx.repo->name);
+ if (path) {
+ html("/");
+ html_txt(path);
+ }
+ if (tip && !ctx.qry.show_all) {
+ html(", branch ");
+ html_txt(tip);
+ }
html("\n");
html("");
html_txt(ctx.repo->desc);