Commit 1a6baee6fc06410debdc248db49ac17d72de1540
Committed by
Leandro Santos
1 parent
663d9abc
Exists in
master
and in
29 other branches
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,5 +78,6 @@ | ||
78 | if content.respond_to?(:call) then instance_exec(&content).html_safe else content.html_safe end | 78 | if content.respond_to?(:call) then instance_exec(&content).html_safe else content.html_safe end |
79 | end.join("\n") | 79 | end.join("\n") |
80 | %> | 80 | %> |
81 | + <%= javascript_include_tag 'require_login' %> | ||
81 | </body> | 82 | </body> |
82 | </html> | 83 | </html> |