/
githubmirror
/
zulip
Обзор
Документация
Войти
/
githubmirror
/
zulip
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
web/templates/message_feed_errors.hbs
62 строки
2 KB
Pratik Chanda
combined_feed: Add top of feed notice to combined feed view.
22 июн 2026, 11:13
22 июн 2026, 11:13
34de62c
Код
Авторство
О чём код?
<div class="history-limited-box"> <p> <i class="fa fa-exclamation-circle" aria-hidden="true"></i> {{#tr}} Some older messages are unavailable. <z-link>Upgrade your organization</z-link> to access your full message history. {{#*inline "z-link"}}<a href="/plans/" target="_blank" rel="noopener noreferrer">{{> @partial-block}}</a>{{/inline}} {{/tr}} </p> </div> <div class="all-messages-search-caution hidden-for-spectators"> <div class="all-messages-search-caution-info"> <p> {{#if is_guest}} {{#tr}} End of results from <z-link>your message history</z-link>. Include messages in your public channels sent when you weren't subscribed? {{#*inline "z-link"}}<a href="/help/search-for-messages#search-shared-history" target="_blank" rel="noopener noreferrer">{{> @partial-block}}</a>{{/inline}} {{/tr}} {{else}} {{#tr}} End of results from <z-link>your message history</z-link>. Include messages in public channels sent when you weren't subscribed? {{#*inline "z-link"}}<a href="/help/search-for-messages#search-shared-history" target="_blank" rel="noopener noreferrer">{{> @partial-block}}</a>{{/inline}} {{/tr}} {{/if}} </p> <button class="search-shared-history action-button action-button-subtle-neutral" type="button"> {{t 'Expand search'}} </button> </div> </div> <div class="combined-feed-notice hidden-for-spectators"> <div class="combined-feed-notice-info"> <p> {{#tr}} End of messages in your <z-link>combined feed</z-link>. {{#*inline "z-link"}}<a href="/help/combined-feed" target="_blank" rel="noopener noreferrer">{{> @partial-block}}</a>{{/inline}} {{/tr}} </p> <button class="search-shared-history action-button action-button-subtle-neutral" type="button" data-url="#narrow/channels/public"> {{#if is_guest}} {{t 'View all messages in your public channels'}} {{else}} {{t 'View all messages in public channels'}} {{/if}} </button> </div> </div> <div class="empty_feed_notice_main"></div>