neobase-one / canto-blockscout

EVM Explorer for Canto Network https://canto.io
https://evm.explorer.canto.io
GNU General Public License v3.0
0 stars 1 forks source link

Revert "Modified: Blockscout Hyperlinks" #2

Closed jessepinkman9900 closed 1 year ago

jessepinkman9900 commented 1 year ago

Reverts neobase-one/canto-blockscout#1

Replicating Error

Command

mix do deps.get, local.rebar --force, deps.compile, compile 

Error

== Compilation error in file lib/block_scout_web/views/layout_view.ex ==
** (TokenMissingError) lib/block_scout_web/templates/layout/_footer.html.eex:24:163: missing terminator: ' (for string starting at line 24)
    |
 24 |  "https://github.com/neobase-one/canto-blockscout" rel="noreferrer" target="_blank" class="footer-social-icon" title='<%= gettext("Github") 
    |                                                                                                                                             ^
    (eex 1.13.4) lib/eex/compiler.ex:60: EEx.Compiler.generate_buffer/4
    (phoenix 1.5.13) lib/phoenix/template.ex:352: Phoenix.Template.compile/3
    (phoenix 1.5.13) lib/phoenix/template.ex:167: anonymous fn/4 in Phoenix.Template."MACRO-__before_compile__"/2
    (elixir 1.13.4) lib/enum.ex:2396: Enum."-reduce/3-lists^foldl/2-0-"/3
    (phoenix 1.5.13) expanding macro: Phoenix.Template.__before_compile__/1
    lib/block_scout_web/views/layout_view.ex:1: BlockScoutWeb.LayoutView (module)

How to test