Elixir/Phoenix: Fix settings button appearing on header

pull/1781/head
Rodrigo Dlugokenski 3 years ago
parent be0c3a95b6
commit 4578ec01f1

@ -27,6 +27,8 @@ module Docs
def api
css('.hover-link', 'footer', ':not(.detail-header) > .view-source').remove
css('h1 .settings').remove
css('.summary').each do |node|
node.name = 'dl'
end

Loading…
Cancel
Save