We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee12867 commit 7f68308Copy full SHA for 7f68308
pgcommitfest/commitfest/templates/base.html
@@ -30,6 +30,11 @@
30
<a href="/account/login/?next={{request.path}}">Log in</a>
31
{%endif%}
32
</li>
33
+ <li class="pull-right active">
34
+ <a href="https://github.com/postgres/pgcommitfest" target="_blank" style="color: white; padding: 8px 12px; background-color: #24292e; border-radius: 5px; text-decoration: none;">
35
+ Contribute on GitHub
36
+ </a>
37
+ </li>
38
{%if header_activity%} <li class="pull-right active"><a href="{{header_activity_link}}">{{header_activity}}</a></li>{%endif%}
39
</ul>
40
0 commit comments