Skip to content

Commit f2f4731

Browse files
committed
Add link to Dirigent source code to credits
1 parent 315c6a5 commit f2f4731

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

templates/dashboard/credits.html.twig

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@
55
{% block page_content %}
66
<h3 class="h5">Administrators</h3>
77

8-
<h3 class="h5">Developer</h3>
8+
<h3 class="h5">Development</h3>
9+
<p>
10+
<a href="https://dirigent.dev">Dirigent</a> is a free and open package registry for <a href="https://getcomposer.org">Composer</a>.
11+
The source code is available on <a href="https://github.com/codedmonkey/dirigent">GitHub</a>.
12+
</p>
13+
914
<p>Dirigent was developed by <a href="https://www.codedmonkey.com">Coded Monkey</a>.</p>
1015
<div class="mb-3">
1116
<a href="https://www.codedmonkey.com" title="Coded Monkey">

templates/dashboard/index.html.twig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
{% endblock %}
88

99
{% block page_content %}
10-
<p>Welcome to <a href="https://dirigent.dev">Dirigent</a>, a free and open package registry for <a href="https://getcomposer.org">Composer</a>.</p>
11-
1210
<div class="mb-3">
1311
<div class="row">
1412
<div class="col-md-4">

0 commit comments

Comments
 (0)