Skip to content

Commit 5b59828

Browse files
committed
Merge pull request #1392 from destroyerofbuilds/feat/project/repository-url
feat(project): Make repo URL a clickable URL.
2 parents 140a970 + 9515f86 commit 5b59828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/templates/core/project_detail_right.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
{% if project.repo %}
88
<h3>{% trans "Repository" %}</h3>
9-
<p class="detail-long">{{ project.repo }}</p>
9+
<p class="detail-long">{{ project.repo|urlize }}</p>
1010
{% endif %}
1111

1212
<h3>{% trans "Last Built" %}</h3>

0 commit comments

Comments
 (0)