Skip to content

Commit

Permalink
fix: header partial throws 500 error (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianthedev authored Oct 16, 2020
1 parent d1c18ca commit 851749c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/partials/_header.html.erb
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<%= link_to Avo.configuration.app_name, main_app.root_path, class: 'text-green-600 font-semibold', target: :_blank %>
<%= link_to Avo.configuration.app_name, '/', class: 'text-green-600 font-semibold', target: :_blank %>
2 changes: 1 addition & 1 deletion lib/generators/avo/templates/views/_header.html.erb
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<%= link_to Avo.configuration.app_name, main_app.root_path, class: 'text-green-600 font-semibold', target: :_blank %>
<%= link_to Avo.configuration.app_name, '/', class: 'text-green-600 font-semibold', target: :_blank %>

0 comments on commit 851749c

Please sign in to comment.