mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
help: Add CSS class to distinguish /api/* from /help/*.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
{# Zulip User and API Documentation. #}
|
||||
|
||||
{% block portico_content %}
|
||||
<div class="app help terms-page inline-block">
|
||||
<div class="app help terms-page inline-block{% if page_is_help_center %} help-center{% endif %}{% if page_is_api_center %} api-center{% endif %}">
|
||||
<div class="{{ sidebar_class }}">
|
||||
<div class="content">
|
||||
<h1><a href="{{ doc_root }}" class="no-underline">Home</a></h1>
|
||||
|
||||
Reference in New Issue
Block a user