Skip to content

Commit

Permalink
Merge pull request #4834 from rtfd/show-project-slug
Browse files Browse the repository at this point in the history
Show the project's slug in the dashboard
  • Loading branch information
ericholscher authored Nov 1, 2018
2 parents 70fee48 + 682b62f commit 8d659a1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions readthedocs/templates/core/project_detail_right.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ <h3>{% trans "Repository" %}</h3>
{% endif %}
{% endblock %}

{% block slug %}
{% trans "Used in URL's and in code to represent the project name" as title %}
<h3 title="{{ title }}">{% trans "Project Slug" %}</h3>
<p title="{{ title }}" class="detail-long">
{{ project.slug }}
</p>
{% endblock %}

{% block last-built %}
<h3>{% trans "Last Built" %}</h3>
<p>
Expand Down

0 comments on commit 8d659a1

Please sign in to comment.