mirror of https://github.com/zulip/zulip.git
navbar: Add recent topics button.
This commit is kept separate so that we can easily move the place where the recent topic button should be finally kept.
This commit is contained in:
parent
04919528e7
commit
56b1b6c067
|
@ -54,7 +54,8 @@ li.show-more-topics {
|
|||
}
|
||||
|
||||
#streams_inline_cog,
|
||||
#streams_filter_icon {
|
||||
#streams_filter_icon,
|
||||
#recent_topics_icon {
|
||||
float: right;
|
||||
opacity: 0.50;
|
||||
font-size: 13px;
|
||||
|
|
|
@ -60,6 +60,7 @@
|
|||
<div id="streams_list" class="zoom-out">
|
||||
<div id="streams_header" class="zoom-in-hide"><h4 class="sidebar-title" data-toggle="tooltip" title="{{ _('Filter streams') }}">{{ _('STREAMS') }}</h4>
|
||||
<i id="streams_inline_cog" class='fa fa-cog' aria-hidden="true" data-toggle="tooltip" title="{{ _('Subscribe, add, or configure streams') }}"></i>
|
||||
<i id="recent_topics_icon" class='fa fa-clock-o' aria-hidden="true" data-toggle="tooltip" title="{{ _('Recent topics') }} (t)"></i>
|
||||
<i id="streams_filter_icon" class='fa fa-search' aria-hidden="true" data-toggle="tooltip" title="{{ _('Filter streams') }} (q)"></i>
|
||||
<div class="input-append notdisplayed stream_search_section">
|
||||
<input class="stream-list-filter" type="text" autocomplete="off" placeholder="{{ _('Search streams') }}" />
|
||||
|
|
Loading…
Reference in New Issue