fix api templates

pull/2944/head
Max Alekseenko 5 years ago
parent bcd222e567
commit 5851908547
  1. 1
      apps/block_scout_web/lib/block_scout_web/templates/api_docs/_action_tile.html.eex
  2. 1
      apps/block_scout_web/lib/block_scout_web/templates/api_docs/_eth_rpc_item.html.eex
  3. 1
      apps/block_scout_web/lib/block_scout_web/templates/api_docs/eth_rpc.html.eex
  4. 1
      apps/block_scout_web/lib/block_scout_web/templates/api_docs/index.html.eex

@ -256,5 +256,4 @@
</div>
<% end %>
</div>
<script defer data-cfasync="false" src="<%= static_path(@conn, "/js/try-api.js") %>"></script>
</div>

@ -179,5 +179,4 @@
</div>
</div>
</div>
<script defer data-cfasync="false" src="<%= static_path(@conn, "/js/try-eth-api.js") %>"></script>
</div>

@ -21,4 +21,5 @@
<%= render "_eth_rpc_item.html", action: method, info: info %>
<% end %>
</div>
<script defer data-cfasync="false" src="<%= static_path(@conn, "/js/try-eth-api.js") %>"></script>
</section>

@ -14,4 +14,5 @@
<%= for module <- @documentation do %>
<%= render "_module_card.html", module: module %>
<% end %>
<script defer data-cfasync="false" src="<%= static_path(@conn, "/js/try-api.js") %>"></script>
</section>

Loading…
Cancel
Save