Skip to content

Commit

Permalink
Merge pull request #2575 from rehandalal/community-support-link
Browse files Browse the repository at this point in the history
[bug 1172607] Add community support link to topic page
  • Loading branch information
rlr committed Jun 17, 2015
2 parents dc7965e + 2138e00 commit 6b702a7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions kitsune/products/templates/products/mobile/documents.html
Expand Up @@ -45,6 +45,13 @@
<a class="cf" href="{{ document['url'] }}">{{ document['document_title'] }}</a>
</li>
{% endfor %}
{% if product.questions_enabled(request.LANGUAGE_CODE) %}
<li class="community-support">
<a href="{{ url('wiki.document', 'get-community-support') }}">
{{ _('Get community support') }}
</a>
</li>
{% endif %}
</ul>

{% if fallback_documents %}
Expand Down

0 comments on commit 6b702a7

Please sign in to comment.