Skip to content

Commit

Permalink
FIX: Newsletter title dropdown (#7227)
Browse files Browse the repository at this point in the history
Dropdown wasn't working on screens < 992px.

Resolves #7037
  • Loading branch information
VladimirMikulic authored and SidharthBansal committed Jan 14, 2020
1 parent efa7744 commit aa87f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/wiki/_header.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<div class="d-print-none">

<div style="padding-top:8px;text-align:center">
<span class="d-none d-lg-inline">
<span>
<i style="color:#888;" class="fa fa-user"></i> <%= number_with_delimiter(@node.authors.length) %> |
<a rel="tooltip" title="View all revisions for this page." data-placement="top" href="/wiki/revisions/<%= @node.slug_from_path %>"><i style="color:#888;" class="fa fa-history"></i> <%= @node.revisions.length %></a> |
<a href="/talk/<%= @node.slug_from_path %>" rel="tooltip" title="Practice in a realtime doc." data-placement="top"><i class="fa fa-comment"></i></a> |
Expand Down

0 comments on commit aa87f41

Please sign in to comment.