Skip to content

Commit 8d659a1

Browse files
authored
Merge pull request #4834 from rtfd/show-project-slug
Show the project's slug in the dashboard
2 parents 70fee48 + 682b62f commit 8d659a1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

readthedocs/templates/core/project_detail_right.html

+8
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ <h3>{% trans "Repository" %}</h3>
1717
{% endif %}
1818
{% endblock %}
1919

20+
{% block slug %}
21+
{% trans "Used in URL's and in code to represent the project name" as title %}
22+
<h3 title="{{ title }}">{% trans "Project Slug" %}</h3>
23+
<p title="{{ title }}" class="detail-long">
24+
{{ project.slug }}
25+
</p>
26+
{% endblock %}
27+
2028
{% block last-built %}
2129
<h3>{% trans "Last Built" %}</h3>
2230
<p>

0 commit comments

Comments
 (0)