mirror of https://github.com/zulip/zulip.git
analytics: Add link to Analytics user docs.
This commit is contained in:
parent
b215229d22
commit
60ca87a3e1
|
@ -130,6 +130,12 @@ hr {
|
|||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.docs_link a {
|
||||
font-weight: 300;
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.tooltip-inner {
|
||||
padding: 10px;
|
||||
max-width: 350px;
|
||||
|
|
|
@ -88,8 +88,10 @@
|
|||
<div class="last-update">
|
||||
{{ _("Last update") }}: <span id="id_last_full_update"></span>
|
||||
<span data-toggle="tooltip" title="{% trans %}A full update of all the graphs happens once a day.<br/>The “Messages Sent Over Time” graph is updated once an hour.{% endtrans %}">
|
||||
<span class="icon-vector-question-sign" id="id_last_update_question_sign"></span>
|
||||
<span class="fa fa-info-circle" id="id_last_update_question_sign"></span>
|
||||
</span>
|
||||
<br />
|
||||
<span class="docs_link"><a href="/help/analytics">{{ _("Analytics documentation") }}</a></span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue