Skip to content

Commit

Permalink
Update app/views/wiki/_header.html.erb
Browse files Browse the repository at this point in the history
  • Loading branch information
jywarren authored May 4, 2021
1 parent 61e38ff commit 7fd2f8a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/views/wiki/_header.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<h1 style="font-size:3em;margin-top:20px;text-align:center;font-family:'Junction Light';">
<%= @revision.title %>
<% if @presentation || @node.has_tag('style:minimal') %>
<a rel="tooltip" title="Show or Hide the toolbar." data-placement="right" onClick="$('#wiki-toolbar').toggle()" class="btn btn-link"><b class="caret"></b></a>
<a rel="tooltip" title="Show or Hide the toolbar." data-placement="right" onClick="$('#wiki-toolbar').toggle()" class="btn btn-link"><b class="fa fa-caret-down"></b></a>
<% end %>
</h1>

Expand Down Expand Up @@ -69,4 +69,3 @@
</nav>
<% end %>


0 comments on commit 7fd2f8a

Please sign in to comment.