Skip to content

Commit

Permalink
top left: Remove home-link markup in the main app.
Browse files Browse the repository at this point in the history
The `home-link` markup wasn't used in the app,
and it was confusing, since we do use that
markup for the portico system.
  • Loading branch information
Steve Howell authored and timabbott committed Jan 30, 2019
1 parent 090227e commit a1a7047
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion static/templates/tab_bar.handlebars
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<ul id="tab_list">
{{#each tabs}}
<li class="{{active}} {{cls}} {{#if home}}home-link{{/if}}" {{#if data}}data-name="{{data}}"{{/if}}>
<li class="{{active}} {{cls}}" {{#if data}}data-name="{{data}}"{{/if}}>
{{#if icon}}
<i class="fa fa-angle-right" aria-hidden="true"></i>
{{/if}}
Expand Down
2 changes: 1 addition & 1 deletion templates/zerver/app/left_sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="bottom_sidebar">
<ul id="global_filters" class="filters">
{# Special-case this link so we don't actually go to page top. #}
<li class="top_left_all_messages global-filter active-filter home-link" title="{{ _('All messages') }} (Esc)">
<li class="top_left_all_messages global-filter active-filter" title="{{ _('All messages') }} (Esc)">
<a href="#">
<span class="filter-icon">
<i class="fa fa-home" aria-hidden="true"></i>
Expand Down

0 comments on commit a1a7047

Please sign in to comment.