Skip to content

Commit 7f68308

Browse files
committed
Added GitHub contribution link in the header
1 parent ee12867 commit 7f68308

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pgcommitfest/commitfest/templates/base.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@
3030
<a href="/account/login/?next={{request.path}}">Log in</a>
3131
{%endif%}
3232
</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>
3338
{%if header_activity%} <li class="pull-right active"><a href="{{header_activity_link}}">{{header_activity}}</a></li>{%endif%}
3439
</ul>
3540

0 commit comments

Comments
 (0)