Commit 1a6baee6fc06410debdc248db49ac17d72de1540

Authored by Victor Costa
Committed by Leandro Santos
1 parent 663d9abc

Infra to display login popup when not logged users click in a link

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
app/views/layouts/application-ng.html.erb
... ... @@ -78,5 +78,6 @@
78 78 if content.respond_to?(:call) then instance_exec(&content).html_safe else content.html_safe end
79 79 end.join("\n")
80 80 %>
  81 + <%= javascript_include_tag 'require_login' %>
81 82 </body>
82 83 </html>
... ...