Skip to content

Commit

Permalink
#181 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Sep 8, 2023
1 parent 9e77f03 commit a44c033
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .haml-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
linters:
InlineStyles:
enabled: false
LineLength:
enabled: false
UnnecessaryStringOutput:
enabled: false
ViewLength:
enabled: false
2 changes: 1 addition & 1 deletion views/layout.haml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
%nav
%ul
%li
= "#{ENV.fetch('HEROKU_RELEASE_VERSION')}/#{ver}"
= "#{ENV.fetch('HEROKU_RELEASE_VERSION', nil)}/#{ver}"
%li
%a{ href: "https://iplocation.com/?ip=#{request_ip}" }
= "#{request_ip}/#{country}"
Expand Down

0 comments on commit a44c033

Please sign in to comment.