* [gentoo-commits] proj/grumpy:master commit in: frontend/templates/
@ 2016-12-04 7:18 Mart Raudsepp
0 siblings, 0 replies; 2+ messages in thread
From: Mart Raudsepp @ 2016-12-04 7:18 UTC (permalink / raw
To: gentoo-commits
commit: d69d500d50aa8b22247bb341a9f82c5cde5347ae
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 4 07:18:12 2016 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Dec 4 07:18:12 2016 +0000
URL: https://gitweb.gentoo.org/proj/grumpy.git/commit/?id=d69d500d
frontend: Add meta charset=utf-8 head tag
frontend/templates/base.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/frontend/templates/base.html b/frontend/templates/base.html
index 62288f5..5a50f03 100644
--- a/frontend/templates/base.html
+++ b/frontend/templates/base.html
@@ -2,9 +2,10 @@
<html>
<head>
<title>{% block title %}Grumpy{% endblock %}</title>
+ <meta charset="utf-8"/>
+ <meta name="theme-color" content="#54487a"/>
<link rel="stylesheet" href="https://assets.gentoo.org/tyrian/bootstrap.min.css"/>
<link rel="stylesheet" href="https://assets.gentoo.org/tyrian/tyrian.min.css"/>
- <meta name="theme-color" content="#54487a"/>
</head>
<body>
<header>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/grumpy:master commit in: frontend/templates/
@ 2016-12-18 21:37 Mart Raudsepp
0 siblings, 0 replies; 2+ messages in thread
From: Mart Raudsepp @ 2016-12-18 21:37 UTC (permalink / raw
To: gentoo-commits
commit: bc03898a8c3c3fc730c8477dd35deb681cc16866
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 21:37:18 2016 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 21:37:36 2016 +0000
URL: https://gitweb.gentoo.org/proj/grumpy.git/commit/?id=bc03898a
frontend: Hide @gentoo.org for developers listing in /setup
frontend/templates/setup.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/frontend/templates/setup.html b/frontend/templates/setup.html
index 6ea857a..c7a2f21 100644
--- a/frontend/templates/setup.html
+++ b/frontend/templates/setup.html
@@ -16,7 +16,7 @@
{%- set maintainer = mapping[item.data] -%}
<tr>
<td>{{ item }}</td>
- <td class="text-nowrap">{{ maintainer.email }}</td>
+ <td class="text-nowrap">{{ maintainer.email[0:-11] }}</td>{# 11 is len('@gentoo.org'), which this is guaranteed to end with in this loop #}
<td>{{ maintainer.name|default('', True) }}</td>
</tr>
{%- endfor %}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-12-18 21:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-04 7:18 [gentoo-commits] proj/grumpy:master commit in: frontend/templates/ Mart Raudsepp
-- strict thread matches above, loose matches on Subject: below --
2016-12-18 21:37 Mart Raudsepp
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox