Skip to content

Commit 566e412

Browse files
sprunkadragonmantank
authored andcommitted
Removes the link to "find an apprentice". (#101)
(Resolves Issue #21)
1 parent b9d9ca2 commit 566e412

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

views/conversation/index.twig

+2-3
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,9 @@
4040
<tr>
4141
<td colspan="4">
4242
You aren't involved in any conversations at the moment.
43-
<a href="{{ path('mentors') }}">Find a mentor</a> or
44-
<a href="{{ path('apprentices') }}">find an apprentice</a>.
43+
<a href="{{ path('mentors') }}">Find a mentor</a>.
4544
</td>
4645
</tr>
4746
{% endfor %}
4847
</table>
49-
{% endblock %}
48+
{% endblock %}

0 commit comments

Comments
 (0)